Searched defs:protobuf_name (Results 1 – 5 of 5) 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
244 def protobuf_name(entry): function
46 let protobuf_name = match self { in read() localVariable