Home
last modified time | relevance | path

Searched refs:protobuf_name (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dlib.rs43 mod protobuf_name; module
71 pub use protobuf_name::ProtobufAbsolutePath;
73 pub use protobuf_name::ProtobufIdent;
75 pub use protobuf_name::ProtobufRelativePath;
Dscope.rs3 use crate::protobuf_name::ProtobufAbsolutePath;
4 use crate::protobuf_name::ProtobufIdent;
5 use crate::protobuf_name::ProtobufRelativePath;
Dextensions.rs6 use protobuf_name::ProtobufAbsolutePath;
Drust_types_values.rs7 use protobuf_name::ProtobufAbsolutePath;
431 pub fn protobuf_name(field_type: FieldDescriptorProto_Type) -> &'static str { in protobuf_name() function
563 capitalize(protobuf_name(t)) in rust_type()
Doneof.rs8 use protobuf_name::ProtobufAbsolutePath;
Denums.rs9 use protobuf_name::ProtobufAbsolutePath;
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs18 use protobuf_name::ProtobufAbsolutePath;
45 PrimitiveTypeVariant::Default => format!("{}.read_{}()", is, protobuf_name(*self)), in read()
47 let protobuf_name = match self { in read() localVariable
49 _ => 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()