Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Dcustomize.rs9 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 …]
Dlib.rs160 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()
Dserde.rs5 pub fn write_serde_attr(w: &mut CodeWriter, customize: &Customize, attr: &str) { in write_serde_attr()
Doneof.rs96 customize: Customize, in parse()
139 customize: &Customize, in parse()
Dextensions.rs92 customize: &Customize, in write_extensions()
Drust_types_values.rs270 customize: &Customize, in try_into_target()
506 customize: &Customize, in type_name_to_rust_relative()
Dcode_writer.rs108 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()
Denums.rs67 customize: &Customize, in new()
Dmessage.rs56 customize: &Customize, in new()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs306 customize: &Customize, in field_elem()
448 customize: &Customize, in parse()