Home
last modified time | relevance | path

Searched defs:protobuf_name (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/protobuf-codegen/src/gen/field/
Dtype_ext.rs10 fn protobuf_name(&self) -> &'static str; in protobuf_name() method
45 fn protobuf_name(&self) -> &'static str { in protobuf_name() method
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dlib.rs106 mod protobuf_name; module
Drust_types_values.rs432 pub fn protobuf_name(field_type: FieldDescriptorProto_Type) -> &'static str { in protobuf_name() function
/external/rust/crates/protobuf-codegen/2.27.1/src/field/
Dmod.rs46 let protobuf_name = match self { in read() localVariable