Searched refs:carllerche_bytes_for_bytes (Results 1 – 3 of 3) sorted by relevance
16 pub carllerche_bytes_for_bytes: Option<bool>, field62 if let Some(v) = that.carllerche_bytes_for_bytes { in update_with()63 self.carllerche_bytes_for_bytes = Some(v); in update_with()116 r.carllerche_bytes_for_bytes = Some(parse_bool(v)?); in parse_from_parameter()143 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes.get(source); in customize_from_rustproto_for_message() localVariable154 carllerche_bytes_for_bytes, in customize_from_rustproto_for_message()169 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes_field.get(source); in customize_from_rustproto_for_field() localVariable181 carllerche_bytes_for_bytes, in customize_from_rustproto_for_field()196 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes_all.get(source); in customize_from_rustproto_for_file() localVariable207 carllerche_bytes_for_bytes, in customize_from_rustproto_for_file()
47 …pub const carllerche_bytes_for_bytes: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptio… constant
379 let carllerche_for_bytes = customize.carllerche_bytes_for_bytes.unwrap_or(false); in field_elem()