Searched refs:protobuf_name (Results 1 – 7 of 7) sorted by relevance
43 mod protobuf_name; module71 pub use protobuf_name::ProtobufAbsolutePath;73 pub use protobuf_name::ProtobufIdent;75 pub use protobuf_name::ProtobufRelativePath;
3 use crate::protobuf_name::ProtobufAbsolutePath;4 use crate::protobuf_name::ProtobufIdent;5 use crate::protobuf_name::ProtobufRelativePath;
6 use protobuf_name::ProtobufAbsolutePath;
7 use protobuf_name::ProtobufAbsolutePath;431 pub fn protobuf_name(field_type: FieldDescriptorProto_Type) -> &'static str { in protobuf_name() function563 capitalize(protobuf_name(t)) in rust_type()
8 use protobuf_name::ProtobufAbsolutePath;
9 use protobuf_name::ProtobufAbsolutePath;
18 use protobuf_name::ProtobufAbsolutePath;45 PrimitiveTypeVariant::Default => format!("{}.read_{}()", is, protobuf_name(*self)), in read()47 let protobuf_name = match self { in read() localVariable49 _ => protobuf_name(*self), in read()51 format!("{}.read_carllerche_{}()", is, protobuf_name) in read()629 protobuf_name(self.proto_type) in os_write_fn_suffix()1350 let type_name_for_fn = protobuf_name(self.proto_type); in write_merge_from_field_message_string_bytes()1489 protobuf_name(self.proto_type), in write_merge_from_repeated()