Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 25 of 68) sorted by relevance

123

/packages/modules/Virtualization/libs/apkverify/src/
Dbytes_ext.rs46 impl BytesExt for Bytes { implementation
82 impl ReadFromBytes for Bytes { implementation
88 fn read_length_prefixed_slice(buf: &mut Bytes) -> Result<Bytes> { in read_length_prefixed_slice()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DBytes.java28 public abstract class Bytes { class
65 Bytes(byte[] bytes) { in Bytes() method in Bytes
/packages/modules/Bluetooth/tools/pdl/tests/generated/
Dpacket_decl_empty_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
83 fn to_bytes(self) -> Bytes { in to_bytes()
92 impl From<Foo> for Bytes { implementation
Dpacket_decl_reserved_field_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
93 fn to_bytes(self) -> Bytes { in to_bytes()
102 impl From<Foo> for Bytes { implementation
Dpacket_decl_reserved_field_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
93 fn to_bytes(self) -> Bytes { in to_bytes()
102 impl From<Foo> for Bytes { implementation
Dpacket_decl_empty_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
83 fn to_bytes(self) -> Bytes { in to_bytes()
92 impl From<Foo> for Bytes { implementation
Dpacket_decl_24bit_scalar_array_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
103 fn to_bytes(self) -> Bytes { in to_bytes()
112 impl From<Foo> for Bytes { implementation
Dpacket_decl_24bit_scalar_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
100 fn to_bytes(self) -> Bytes { in to_bytes()
109 impl From<Foo> for Bytes { implementation
Dpacket_decl_8bit_scalar_array_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
103 fn to_bytes(self) -> Bytes { in to_bytes()
112 impl From<Foo> for Bytes { implementation
Dpacket_decl_fixed_scalar_field_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
111 fn to_bytes(self) -> Bytes { in to_bytes()
120 impl From<Foo> for Bytes { implementation
Dpacket_decl_24bit_scalar_array_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
103 fn to_bytes(self) -> Bytes { in to_bytes()
112 impl From<Foo> for Bytes { implementation
Dpacket_decl_64bit_scalar_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
97 fn to_bytes(self) -> Bytes { in to_bytes()
106 impl From<Foo> for Bytes { implementation
Dpacket_decl_8bit_scalar_array_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
103 fn to_bytes(self) -> Bytes { in to_bytes()
112 impl From<Foo> for Bytes { implementation
Dpacket_decl_8bit_scalar_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
97 fn to_bytes(self) -> Bytes { in to_bytes()
106 impl From<Foo> for Bytes { implementation
Dpacket_decl_64bit_scalar_array_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
103 fn to_bytes(self) -> Bytes { in to_bytes()
112 impl From<Foo> for Bytes { implementation
Dpacket_decl_fixed_scalar_field_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
111 fn to_bytes(self) -> Bytes { in to_bytes()
120 impl From<Foo> for Bytes { implementation
Dpacket_decl_64bit_scalar_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
97 fn to_bytes(self) -> Bytes { in to_bytes()
106 impl From<Foo> for Bytes { implementation
Dpacket_decl_24bit_scalar_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
100 fn to_bytes(self) -> Bytes { in to_bytes()
109 impl From<Foo> for Bytes { implementation
Dpacket_decl_8bit_scalar_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
97 fn to_bytes(self) -> Bytes { in to_bytes()
106 impl From<Foo> for Bytes { implementation
Dpacket_decl_64bit_scalar_array_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
103 fn to_bytes(self) -> Bytes { in to_bytes()
112 impl From<Foo> for Bytes { implementation
Dpacket_decl_array_dynamic_count_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
121 fn to_bytes(self) -> Bytes { in to_bytes()
130 impl From<Foo> for Bytes { implementation
Dpacket_decl_array_dynamic_count_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
121 fn to_bytes(self) -> Bytes { in to_bytes()
130 impl From<Foo> for Bytes { implementation
Dpacket_decl_array_dynamic_size_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
126 fn to_bytes(self) -> Bytes { in to_bytes()
135 impl From<Foo> for Bytes { implementation
Dpacket_decl_array_dynamic_size_big_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
126 fn to_bytes(self) -> Bytes { in to_bytes()
135 impl From<Foo> for Bytes { implementation
Dpacket_decl_64bit_enum_little_endian.rs46 fn to_bytes(self) -> Bytes; in to_bytes()
136 fn to_bytes(self) -> Bytes { in to_bytes()
145 impl From<Bar> for Bytes { implementation

123