Searched defs:tokio_bytes_for_string (Results 1 – 4 of 4) sorted by relevance
14 let tokio_bytes_for_string = rustproto::exts::tokio_bytes_for_string.get(source); in customize_from_rustproto_for_message() localVariable39 let tokio_bytes_for_string = rustproto::exts::tokio_bytes_for_string_field.get(source); in customize_from_rustproto_for_field() localVariable60 let tokio_bytes_for_string = rustproto::exts::tokio_bytes_for_string_all.get(source); in customize_from_rustproto_for_file() localVariable
100 pub(crate) tokio_bytes_for_string: Option<bool>, field146 pub fn tokio_bytes_for_string(mut self, tokio_bytes_for_string: bool) -> Self { in tokio_bytes_for_string() method
43 …pub const tokio_bytes_for_string: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, … constant
35 optional bool tokio_bytes_for_string = 17012; field