Searched refs:protobuf_name (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/protobuf-codegen/src/gen/field/ |
D | type_ext.rs | 10 fn protobuf_name(&self) -> &'static str; in protobuf_name() method 26 _ => format!("{}.read_{}()", is, self.protobuf_name()), in read() 45 fn protobuf_name(&self) -> &'static str { in protobuf_name() method
|
D | mod.rs | 54 field.type_().protobuf_name() in field_type_protobuf_name() 299 self.proto_type.protobuf_name() in os_write_fn_suffix() 1054 self.proto_type.protobuf_name(), in write_merge_from_repeated_case_block() 1063 self.proto_type.protobuf_name(), in write_merge_from_repeated_case_block()
|
D | elem.rs | 248 let os_write_fn_suffix = self.proto_type().protobuf_name(); in write_write_element()
|
/external/rust/crates/protobuf-codegen/2.27.1/src/ |
D | lib.rs | 106 mod protobuf_name; module 125 pub use protobuf_name::ProtobufAbsolutePath; 127 pub use protobuf_name::ProtobufIdent; 129 pub use protobuf_name::ProtobufRelativePath;
|
D | scope.rs | 10 use crate::protobuf_name::ProtobufAbsolutePath; 11 use crate::protobuf_name::ProtobufIdent; 12 use crate::protobuf_name::ProtobufRelativePath;
|
D | extensions.rs | 4 use protobuf_name::ProtobufAbsolutePath;
|
D | rust_types_values.rs | 6 use protobuf_name::ProtobufAbsolutePath; 432 pub fn protobuf_name(field_type: FieldDescriptorProto_Type) -> &'static str { in protobuf_name() function 564 capitalize(protobuf_name(t)) in rust_type()
|
D | oneof.rs | 10 use protobuf_name::ProtobufAbsolutePath;
|
D | enums.rs | 6 use protobuf_name::ProtobufAbsolutePath;
|
/external/rust/crates/protobuf-codegen/2.27.1/src/field/ |
D | mod.rs | 12 use protobuf_name::ProtobufAbsolutePath; 44 PrimitiveTypeVariant::Default => format!("{}.read_{}()", is, protobuf_name(*self)), in read() 46 let protobuf_name = match self { in read() localVariable 48 _ => protobuf_name(*self), in read() 50 format!("{}.read_carllerche_{}()", is, protobuf_name) in read() 628 protobuf_name(self.proto_type) in os_write_fn_suffix() 1349 let type_name_for_fn = protobuf_name(self.proto_type); in write_merge_from_field_message_string_bytes() 1488 protobuf_name(self.proto_type), in write_merge_from_repeated()
|
/external/rust/crates/protobuf-codegen/src/gen/ |
D | rust_types_values.rs | 573 capitalize(t.protobuf_name()) in _rust_type()
|