Searched defs:Customize (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/protobuf-codegen/src/ |
D | customize.rs | 9 pub struct Customize { struct 11 pub expose_oneof: Option<bool>, 13 pub expose_fields: Option<bool>, 15 pub generate_accessors: Option<bool>, 39 /// Make sure `Customize` is always used with `..Default::default()` argument 53 impl Customize { argument 55 pub fn update_with(&mut self, that: &Customize) { in update_with() 92 pub fn set_defaults_from(&mut self, other: &Customize) { in set_defaults_from() 99 pub fn parse_from_parameter(parameter: &str) -> CustomizeParseParameterResult<Customize> { in parse_from_parameter() 147 pub fn customize_from_rustproto_for_message(source: &MessageOptions) -> Customize { in customize_from_rustproto_for_message() [all …]
|
D | lib.rs | 160 customize: &Customize, in write_file_descriptor_data() 237 customize: &Customize, in gen_file() 323 customize: &Customize, in gen() 360 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 | 96 customize: Customize, in parse() 139 customize: &Customize, in parse()
|
D | extensions.rs | 92 customize: &Customize, in write_extensions()
|
D | rust_types_values.rs | 270 customize: &Customize, in try_into_target() 506 customize: &Customize, in type_name_to_rust_relative()
|
D | code_writer.rs | 108 pub fn lazy_static(&mut self, name: &str, ty: &str, customize: &Customize) { in lazy_static() 118 pub fn lazy_static_decl_get<F>(&mut self, name: &str, ty: &str, customize: &Customize, init: F) in lazy_static_decl_get() 133 customize: &Customize, in lazy_static_decl_get_simple()
|
D | enums.rs | 67 customize: &Customize, in new()
|
D | message.rs | 56 customize: &Customize, in new()
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 306 customize: &Customize, in field_elem() 448 customize: &Customize, in parse()
|