Searched defs:protobuf_name (Results 1 – 4 of 4) sorted by relevance
10 fn protobuf_name(&self) -> &'static str; in protobuf_name() method45 fn protobuf_name(&self) -> &'static str { in protobuf_name() method
106 mod protobuf_name; module
432 pub fn protobuf_name(field_type: FieldDescriptorProto_Type) -> &'static str { in protobuf_name() function
46 let protobuf_name = match self { in read() localVariable