Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Dlib.rs43 mod protobuf_name; module
Drust_types_values.rs431 pub fn protobuf_name(field_type: FieldDescriptorProto_Type) -> &'static str { in protobuf_name() function
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs47 let protobuf_name = match self { in read() localVariable