Home
last modified time | relevance | path

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

/tonic/tonic/src/metadata/
H A Dvalue.rs833 type Bmv = BinaryMetadataValue; in test_value_eq_value() typedef
839 assert_eq!(Bmv::from_bytes(b"abc"), Bmv::from_bytes(b"abc")); in test_value_eq_value()
840 assert_ne!(Bmv::from_bytes(b"abc"), Bmv::from_bytes(b"ABC")); in test_value_eq_value()
844 Bmv::from_static("SGVsbG8hIQ=="), in test_value_eq_value()
845 Bmv::from_static("SGVsbG8hIQ") in test_value_eq_value()
858 type Bmv = BinaryMetadataValue; in test_value_eq_str() typedef
878 type Bmv = BinaryMetadataValue; in test_value_eq_bytes() typedef
920 type Bmv = BinaryMetadataValue; in test_valid_binary_value_hash() typedef
922 fn hash(value: Bmv) -> u64 { in test_valid_binary_value_hash()
942 type Bmv = BinaryMetadataValue; in test_invalid_binary_value_hash() typedef
[all …]