Searched refs:Amv (Results 1 – 1 of 1) sorted by relevance
834 type Amv = AsciiMetadataValue; in test_value_eq_value() typedef836 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() typedef879 type Amv = AsciiMetadataValue; in test_value_eq_bytes() typedef897 type Amv = AsciiMetadataValue; in test_ascii_value_hash() typedef899 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 …]