Home
last modified time | relevance | path

Searched defs:value (Results 1 – 8 of 8) sorted by relevance

/tonic/tonic/src/metadata/
H A Dmod.rs6 mod value; module
H A Dvalue.rs827 let value = BinaryMetadataValue::try_from(Bytes::from_static(b"Hello")).unwrap(); in test_from_shared_base64_encodes() localVariable
H A Dmap.rs1814 let value = self.inner.remove(); in remove() localVariable
/tonic/tonic/src/
H A Drequest.rs294 let value: MetadataValue<_> = duration_to_grpc_timeout(deadline).parse().unwrap(); in set_timeout() localVariable
407 let value = convert(duration).into(); in duration_to_grpc_timeout() localVariable
468 let value = duration_to_grpc_timeout(timeout); in duration_to_grpc_timeout_less_than_second() localVariable
475 let value = duration_to_grpc_timeout(timeout); in duration_to_grpc_timeout_more_than_second() localVariable
482 let value = duration_to_grpc_timeout(one_hour); in duration_to_grpc_timeout_a_very_long_time() localVariable
/tonic/tests/integration_tests/tests/
H A Dextensions.rs28 let value = req.extensions().get::<ExtensionValue>().unwrap(); in setting_extension_from_interceptor() localVariable
78 let value = req.extensions().get::<ExtensionValue>().unwrap(); in setting_extension_from_tower() localVariable
/tonic/interop/proto/grpc/testing/
H A Dmessages.proto26 bool value = 1; field
/tonic/tonic-web/src/
H A Dcall.rs425 let value = s in decode_trailers_frame() localVariable
429 let value = value in decode_trailers_frame() localVariable
/tonic/tonic/src/codec/
H A Dcompression.rs49 let mut value = BytesMut::new(); in into_accept_encoding_header_value() localVariable