Home
last modified time | relevance | path

Searched defs:Customize (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dcustomize.rs8 pub struct Customize { struct
10 pub expose_oneof: Option<bool>,
12 pub expose_fields: Option<bool>,
36 /// Make sure `Customize` is always used with `..Default::default()` argument
50 impl Customize { implementation
52 pub fn update_with(&mut self, that: &Customize) { in update_with()
86 pub fn set_defaults_from(&mut self, other: &Customize) { in set_defaults_from()
93 pub fn parse_from_parameter(parameter: &str) -> CustomizeParseParameterResult<Customize> { in parse_from_parameter()
139 pub fn customize_from_rustproto_for_message(source: &MessageOptions) -> Customize { in customize_from_rustproto_for_message()
165 pub fn customize_from_rustproto_for_field(source: &FieldOptions) -> Customize { in customize_from_rustproto_for_field()
[all …]
Dlib.rs98 customize: &Customize, in write_file_descriptor_data()
175 customize: &Customize, in gen_file()
261 customize: &Customize, in gen()
298 customize: &Customize, in gen_and_write()
Dserde.rs5 pub fn write_serde_attr(w: &mut CodeWriter, customize: &Customize, attr: &str) { in write_serde_attr()
Doneof.rs95 customize: Customize, in parse()
139 customize: &Customize, in parse()
Dextensions.rs91 customize: &Customize, in write_extensions()
Drust_types_values.rs269 customize: &Customize, in try_into_target()
505 customize: &Customize, in type_name_to_rust_relative()
Dcode_writer.rs107 pub fn lazy_static(&mut self, name: &str, ty: &str, customize: &Customize) { in lazy_static()
117 pub fn lazy_static_decl_get<F>(&mut self, name: &str, ty: &str, customize: &Customize, init: F) in lazy_static_decl_get()
132 customize: &Customize, in lazy_static_decl_get_simple()
Denums.rs66 customize: &Customize, in new()
Dmessage.rs55 customize: &Customize, in new()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs307 customize: &Customize, in field_elem()
449 customize: &Customize, in parse()