Home
last modified time | relevance | path

Searched refs:inside_protobuf (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/protobuf-codegen/src/customize/
Drustproto_proto.rs17 let inside_protobuf = None; in customize_from_rustproto_for_message() localVariable
26 inside_protobuf, in customize_from_rustproto_for_message()
42 let inside_protobuf = None; in customize_from_rustproto_for_field() localVariable
51 inside_protobuf, in customize_from_rustproto_for_field()
63 let inside_protobuf = None; in customize_from_rustproto_for_file() localVariable
71 inside_protobuf, in customize_from_rustproto_for_file()
Dmod.rs111 pub(crate) inside_protobuf: Option<bool>, field
169 pub fn inside_protobuf(mut self, inside_protobuf: bool) -> Self { in inside_protobuf() method
170 self.inside_protobuf = Some(inside_protobuf); in inside_protobuf()
197 if let Some(v) = that.inside_protobuf { in update_with()
198 self.inside_protobuf = Some(v); in update_with()
240 r.inside_protobuf = Some(parse_bool(v)?); in parse_from_parameter()
/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dcustomize.rs36 pub inside_protobuf: Option<bool>, field
86 if let Some(v) = that.inside_protobuf { in update_with()
87 self.inside_protobuf = Some(v); in update_with()
136 r.inside_protobuf = Some(parse_bool(v)?); in parse_from_parameter()
157 let inside_protobuf = None; in customize_from_rustproto_for_message() localVariable
170 inside_protobuf, in customize_from_rustproto_for_message()
194 let inside_protobuf = None; in customize_from_rustproto_for_field() localVariable
206 inside_protobuf, in customize_from_rustproto_for_field()
221 let inside_protobuf = None; in customize_from_rustproto_for_file() localVariable
233 inside_protobuf, in customize_from_rustproto_for_file()
Dinside.rs6 match customize.inside_protobuf { in protobuf_crate_path()
Dlib.rs259 if customize.inside_protobuf != Some(true) { in gen_file()
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dinside.rs7 match customize.inside_protobuf { in protobuf_crate_path()
Dall.rs55 if customize.for_elem.inside_protobuf.unwrap_or(false) { in gen_all()
Dfile.rs69 if customize.for_elem.inside_protobuf != Some(true) { in gen_file()