Home
last modified time | relevance | path

Searched refs:Bytes (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs70 type Bytes; typedef
73 fn into_bytes(self) -> Self::Bytes; in into_bytes() argument
78 type Bytes = Vec<u8>; typedef
83 fn into_bytes(self) -> Self::Bytes { in into_bytes() argument
324 type Bytes = &'a [u8]; typedef
327 fn into_bytes(self) -> Self::Bytes { in into_bytes() argument