Searched defs:InvalidMetadataValueBytes (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/ |
D | encoding.rs | 26 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes>; in from_bytes() argument 29 fn from_shared(value: Bytes) -> Result<HeaderValue, InvalidMetadataValueBytes>; in from_shared() argument 35 fn decode(value: &[u8]) -> Result<Bytes, InvalidMetadataValueBytes>; in decode() argument 85 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_bytes() argument 89 fn from_shared(value: Bytes) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_shared() argument 97 fn decode(value: &[u8]) -> Result<Bytes, InvalidMetadataValueBytes> { in decode() argument 130 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_bytes() argument 136 fn from_shared(value: Bytes) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_shared() argument 151 fn decode(value: &[u8]) -> Result<Bytes, InvalidMetadataValueBytes> { in decode() argument 208 pub struct InvalidMetadataValueBytes(InvalidMetadataValue); struct [all …]
|
D | value.rs | 131 pub fn to_bytes(&self) -> Result<Bytes, InvalidMetadataValueBytes> { in to_bytes() argument
|