Home
last modified time | relevance | path

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

/tonic/tonic/src/metadata/
H A Dvalue.rs834 type Amv = AsciiMetadataValue; in test_value_eq_value() typedef
836 assert_eq!(Amv::from_static("abc"), Amv::from_static("abc")); in test_value_eq_value()
837 assert_ne!(Amv::from_static("abc"), Amv::from_static("ABC")); in test_value_eq_value()
859 type Amv = AsciiMetadataValue; in test_value_eq_str() typedef
879 type Amv = AsciiMetadataValue; in test_value_eq_bytes() typedef
897 type Amv = AsciiMetadataValue; in test_ascii_value_hash() typedef
899 fn hash(value: Amv) -> u64 { in test_ascii_value_hash()
905 let value1 = Amv::from_static("abc"); in test_ascii_value_hash()
906 let value2 = Amv::from_static("abc"); in test_ascii_value_hash()
910 let value1 = Amv::from_static("abc"); in test_ascii_value_hash()
[all …]