Searched refs:Bmv (Results 1 – 1 of 1) sorted by relevance
833 type Bmv = BinaryMetadataValue; in test_value_eq_value() typedef839 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() typedef878 type Bmv = BinaryMetadataValue; in test_value_eq_bytes() typedef920 type Bmv = BinaryMetadataValue; in test_valid_binary_value_hash() typedef922 fn hash(value: Bmv) -> u64 { in test_valid_binary_value_hash()942 type Bmv = BinaryMetadataValue; in test_invalid_binary_value_hash() typedef[all …]