Searched defs:value2 (Results 1 – 2 of 2) sorted by relevance
906 let value2 = Amv::from_static("abc"); in test_ascii_value_hash() localVariable911 let value2 = Amv::from_static("xyz"); in test_ascii_value_hash() localVariable929 let value2 = Bmv::from_bytes(b"abc"); in test_valid_binary_value_hash() localVariable934 let value2 = Bmv::from_bytes(b"xyz"); in test_valid_binary_value_hash() localVariable952 let value2 = Bmv::from_shared_unchecked(Bytes::from_static(b"{}..")); in test_invalid_binary_value_hash() localVariable
347 let value2 = MetadataValue::from_bytes(&[0xab, 0xab, 0xab]); in custom_metadata() localVariable