Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dclient.rs376 response.metadata().get_bin(key2) == Some(&value2), in custom_metadata()
377 format!("result={:?}", response.metadata().get_bin(key1)) in custom_metadata()
397 trailers.get_bin(key2) == Some(&value2), in custom_metadata()
398 format!("result={:?}", trailers.get_bin(key1)) in custom_metadata()
/tonic/tests/integration_tests/tests/
H A Dstatus.rs129 metadata.get_bin(BINARY_NAME).unwrap().to_bytes().unwrap(), in status_with_metadata()
/tonic/tonic/src/metadata/
H A Dmap.rs504 pub fn get_bin<K>(&self, key: K) -> Option<&MetadataValue<Binary>> in get_bin() method