Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Dcustomize.rs33 pub inside_protobuf: Option<bool>, field
80 if let Some(v) = that.inside_protobuf { in update_with()
81 self.inside_protobuf = Some(v); in update_with()
128 r.inside_protobuf = Some(parse_bool(v)?); in parse_from_parameter()
149 let inside_protobuf = None; in customize_from_rustproto_for_message() localVariable
160 inside_protobuf, in customize_from_rustproto_for_message()
176 let inside_protobuf = None; in customize_from_rustproto_for_field() localVariable
187 inside_protobuf, in customize_from_rustproto_for_field()
202 let inside_protobuf = None; in customize_from_rustproto_for_file() localVariable
212 inside_protobuf, in customize_from_rustproto_for_file()
Dinside.rs6 match customize.inside_protobuf { in protobuf_crate_path()
Dlib.rs197 if customize.inside_protobuf != Some(true) { in gen_file()