Searched defs:Customize (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/protobuf-codegen/src/ |
D | customize.rs | 8 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 …]
|
D | lib.rs | 98 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()
|
D | serde.rs | 5 pub fn write_serde_attr(w: &mut CodeWriter, customize: &Customize, attr: &str) { in write_serde_attr()
|
D | oneof.rs | 95 customize: Customize, in parse() 139 customize: &Customize, in parse()
|
D | extensions.rs | 91 customize: &Customize, in write_extensions()
|
D | rust_types_values.rs | 269 customize: &Customize, in try_into_target() 505 customize: &Customize, in type_name_to_rust_relative()
|
D | code_writer.rs | 107 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()
|
D | enums.rs | 66 customize: &Customize, in new()
|
D | message.rs | 55 customize: &Customize, in new()
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 307 customize: &Customize, in field_elem() 449 customize: &Customize, in parse()
|