Home
last modified time | relevance | path

Searched defs:FieldDescriptorProto_Type (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto_Type.php12 class FieldDescriptorProto_Type {} class
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs42 impl FieldDescriptorProtoTypeExt for FieldDescriptorProto_Type { implementation
246 fn proto_type(&self) -> FieldDescriptorProto_Type { in proto_type()
/external/rust/crates/protobuf/src/
Ddescriptor.rs2245 pub fn get_field_type(&self) -> FieldDescriptorProto_Type { in get_field_type()
2257 pub fn set_field_type(&mut self, v: FieldDescriptorProto_Type) { in set_field_type()
2761 pub enum FieldDescriptorProto_Type { enum
2782 impl crate::ProtobufEnum for FieldDescriptorProto_Type { implementation
2787 fn from_i32(value: i32) -> ::std::option::Option<FieldDescriptorProto_Type> { in from_i32()
2843 impl ::std::marker::Copy for FieldDescriptorProto_Type { implementation
2847 impl ::std::default::Default for FieldDescriptorProto_Type { implementation
2853 impl crate::reflect::ProtobufValue for FieldDescriptorProto_Type { implementation
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go1579 func needsStar(typ descriptor.FieldDescriptorProto_Type) bool {
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go23 type FieldDescriptorProto_Type int32 type
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h172 enum FieldDescriptorProto_Type : int { enum