Home
last modified time | relevance | path

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

/tonic/tonic/src/metadata/
H A Dvalue.rs87 pub unsafe fn from_shared_unchecked(src: Bytes) -> Self { in from_shared_unchecked() method
850 Bmv::from_shared_unchecked(Bytes::from_static(b"..{}")), in test_value_eq_value()
851 Bmv::from_shared_unchecked(Bytes::from_static(b"{}..")) in test_value_eq_value()
951 let value1 = Bmv::from_shared_unchecked(Bytes::from_static(b"..{}")); in test_invalid_binary_value_hash()
952 let value2 = Bmv::from_shared_unchecked(Bytes::from_static(b"{}..")); in test_invalid_binary_value_hash()
959 let invalid = Bmv::from_shared_unchecked(Bytes::from_static(b"{}..")); in test_invalid_binary_value_hash()