Home
last modified time | relevance | path

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

/tonic/tonic/src/transport/channel/
H A Dmod.rs157 let buffer_size = endpoint.buffer_size.unwrap_or(DEFAULT_BUFFER_SIZE); in new() localVariable
178 let buffer_size = endpoint.buffer_size.unwrap_or(DEFAULT_BUFFER_SIZE); in connect() localVariable
H A Dendpoint.rs28 pub(crate) buffer_size: Option<usize>, field
240 pub fn buffer_size(self, sz: impl Into<Option<usize>>) -> Self { in buffer_size() method
/tonic/tonic/src/codec/
H A Dmod.rs69 buffer_size: usize, field
H A Ddecode.rs124 let buffer_size = decoder.buffer_settings().buffer_size; in new() localVariable