Searched defs:ByteBuf (Results 1 – 12 of 12) sorted by relevance
/external/rust/android-crates-io/crates/serde_bytes/src/ |
D | bytebuf.rs | 46 pub struct ByteBuf { struct 50 impl ByteBuf { impl 92 impl Debug for ByteBuf { implementation 98 impl AsRef<[u8]> for ByteBuf { implementation 104 impl AsMut<[u8]> for ByteBuf { implementation 110 impl Deref for ByteBuf { implementation 118 impl DerefMut for ByteBuf { implementation 124 impl Borrow<Bytes> for ByteBuf { implementation 130 impl BorrowMut<Bytes> for ByteBuf { implementation 136 impl From<Vec<u8>> for ByteBuf { implementation [all …]
|
D | ser.rs | 73 impl Serialize for ByteBuf { implementation
|
D | de.rs | 107 impl<'de> Deserialize<'de> for ByteBuf { implementation
|
/external/rust/android-crates-io/crates/serde_bytes/tests/ |
D | test_partialeq.rs | 9 fn _bytebuf_eq_vec(bytebuf: ByteBuf, vec: Vec<u8>) -> bool { in _bytebuf_eq_vec()
|
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/ |
D | HeaderType.java | 16 ByteBuf(6, 2,true), enumConstant
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | NettyTsiHandshakerTest.java | 156 Function<ByteBuf, ByteBuf> ref) in doHandshake()
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/ |
D | LoadServer.java | 201 final ServerCall<ByteBuf, ByteBuf> call, Metadata headers) { in startCall()
|
/external/rust/android-crates-io/crates/serde_test/src/ |
D | token.rs | 150 ByteBuf(&'static [u8]), enumerator
|
/external/lzma/CPP/7zip/Archive/ |
D | FatHandler.cpp | 378 CByteBuffer ByteBuf; member
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/private/ |
D | de.rs | 242 ByteBuf(Vec<u8>), enumerator
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/private/ |
D | de.rs | 242 ByteBuf(Vec<u8>), enumerator
|
/external/rust/android-crates-io/crates/serde/src/private/ |
D | de.rs | 242 ByteBuf(Vec<u8>), enumerator
|