Searched refs:Binary (Results 1 – 6 of 6) sorted by relevance
| /tonic/tonic/src/metadata/ |
| H A D | map.rs | 69 Binary(&'a MetadataKey<Binary>, &'a MetadataValue<Binary>), enumerator 79 Binary(&'a MetadataKey<Binary>, &'a mut MetadataValue<Binary>), enumerator 114 Binary(&'a MetadataKey<Binary>), enumerator 135 Binary(&'a MetadataValue<Binary>), enumerator 155 Binary(&'a mut MetadataValue<Binary>), enumerator 506 K: AsMetadataKey<Binary>, in get_bin() 576 K: AsMetadataKey<Binary>, in get_bin_mut() 667 K: AsMetadataKey<Binary>, in get_all_bin() argument 944 K: AsMetadataKey<Binary>, in entry_bin() argument 1055 val: MetadataValue<Binary>, in insert_bin() argument [all …]
|
| H A D | encoding.rs | 76 pub enum Binary {} enum 116 !Binary::is_valid_key(key) in is_valid_key() 120 impl self::value_encoding::Sealed for Binary { implementation 183 impl ValueEncoding for Binary { implementation
|
| H A D | value.rs | 2 Ascii, Binary, InvalidMetadataValue, InvalidMetadataValueBytes, ValueEncoding, 41 pub type BinaryMetadataValue = MetadataValue<Binary>; 452 impl MetadataValue<Binary> { 618 impl Hash for MetadataValue<Binary> { 814 assert!(from_str::<Binary>("").is_empty()); in test_is_empty() 816 assert!(!from_str::<Binary>("a").is_empty()); in test_is_empty() 818 assert!(from_str::<Binary>("=").is_empty()); in test_is_empty() 820 assert!(from_str::<Binary>("===").is_empty()); in test_is_empty() 822 assert!(from_str::<Binary>("=====").is_empty()); in test_is_empty()
|
| H A D | mod.rs | 9 pub use self::encoding::Binary;
|
| H A D | key.rs | 9 use super::encoding::{Ascii, Binary, ValueEncoding}; 35 pub type BinaryMetadataKey = MetadataKey<Binary>;
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | schema.proto | 286 // Binary encoding, as defined by the schema type. For some schema types,
|