Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 4 of 4) sorted by relevance

/tonic/tests/web/tests/
H A Dgrpc_web.rs118 let bytes = match content_type { in build_request() localVariable
/tonic/tonic/src/codec/
H A Dbuffer.rs136 let mut bytes = BytesMut::with_capacity(100); in encode_buf() localVariable
/tonic/tonic/src/transport/service/
H A Dgrpc_timeout.rs251 let bytes: Vec<_> = (min..max) in gen_string() localVariable
/tonic/tonic-build/src/
H A Dprost.rs301 pub(crate) bytes: Option<Vec<String>>, field
451 pub fn bytes<I, S>(mut self, paths: I) -> Self in bytes() method