Searched refs:generate_accessors (Results 1 – 3 of 3) sorted by relevance
14 pub generate_accessors: Option<bool>, field59 if let Some(v) = that.generate_accessors { in update_with()60 self.generate_accessors = Some(v); in update_with()114 r.generate_accessors = Some(parse_bool(v)?); in parse_from_parameter()142 let generate_accessors = rustproto::exts::generate_accessors.get(source); in customize_from_rustproto_for_message() localVariable153 generate_accessors, in customize_from_rustproto_for_message()168 let generate_accessors = rustproto::exts::generate_accessors_field.get(source); in customize_from_rustproto_for_field() localVariable180 generate_accessors, in customize_from_rustproto_for_field()195 let generate_accessors = rustproto::exts::generate_accessors_all.get(source); in customize_from_rustproto_for_file() localVariable206 generate_accessors, in customize_from_rustproto_for_file()
45 …pub const generate_accessors: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, crat… constant
441 pub generate_accessors: bool, field458 let generate_accessors = customize.generate_accessors.unwrap_or(true); in parse() localVariable511 generate_accessors, in parse()1997 if !self.generate_accessors { in write_message_single_field_accessors()