Searched defs:tokio_bytes (Results 1 – 4 of 4) sorted by relevance
13 let tokio_bytes = rustproto::exts::tokio_bytes.get(source); in customize_from_rustproto_for_message() localVariable38 let tokio_bytes = rustproto::exts::tokio_bytes_field.get(source); in customize_from_rustproto_for_field() localVariable59 let tokio_bytes = rustproto::exts::tokio_bytes_all.get(source); in customize_from_rustproto_for_file() localVariable
98 pub(crate) tokio_bytes: Option<bool>, field141 pub fn tokio_bytes(mut self, tokio_bytes: bool) -> Self { in tokio_bytes() method
41 …pub const tokio_bytes: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, bool> = cra… constant
33 optional bool tokio_bytes = 17011; field