Home
last modified time | relevance | path

Searched defs:data (Results 1 – 11 of 11) sorted by relevance

/tonic/tests/compression/src/
H A Dlib.rs50 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE]; in compress_output_unary() localVariable
69 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE].to_vec(); in compress_output_server_stream() localVariable
96 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE]; in compress_output_client_stream() localVariable
115 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE].to_vec(); in compress_input_output_bidirectional_stream() localVariable
H A Dclient_stream.rs68 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE].to_vec(); in client_enabled_server_enabled() localVariable
119 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE].to_vec(); in client_disabled_server_enabled() localVariable
153 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE].to_vec(); in client_enabled_server_disabled() localVariable
H A Dbidirectional_stream.rs79 let data = [0_u8; UNCOMPRESSED_MIN_BODY_SIZE].to_vec(); in client_enabled_server_enabled() localVariable
/tonic/tests/use_arc_self/proto/
H A Dtest.proto11 bytes data = 1; field
/tonic/tests/compression/proto/
H A Dtest.proto18 bytes data = 1; field
/tonic/tests/web/tests/
H A Dgrpc.rs155 fn data<T>(r: &Response<T>) -> &T { in data() function
/tonic/tonic/benches/
H A Ddecode.rs45 data: Bytes, field
/tonic/examples/src/routeguide/
H A Dserver.rs18 mod data; module
/tonic/tonic/src/codec/
H A Dprost.rs360 data: Bytes, field
/tonic/tonic-web/src/
H A Dcall.rs224 let mut data = frame.into_data().unwrap_or_else(|_| unreachable!()); in poll_encode() localVariable
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto214 bytes data = 1; field