Searched defs:value1 (Results 1 – 2 of 2) sorted by relevance
905 let value1 = Amv::from_static("abc"); in test_ascii_value_hash() localVariable910 let value1 = Amv::from_static("abc"); in test_ascii_value_hash() localVariable928 let value1 = Bmv::from_bytes(b"abc"); in test_valid_binary_value_hash() localVariable933 let value1 = Bmv::from_bytes(b"abc"); in test_valid_binary_value_hash() localVariable951 let value1 = Bmv::from_shared_unchecked(Bytes::from_static(b"..{}")); in test_invalid_binary_value_hash() localVariable
345 let value1: MetadataValue<_> = "test_initial_metadata_value".parse().unwrap(); in custom_metadata() localVariable