Home
last modified time | relevance | path

Searched defs:FieldDescriptorProto (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DPartialClasses.cs36 internal partial class FieldDescriptorProto class
DDescriptor.cs1236 internal sealed partial class FieldDescriptorProto : pb::IMessage<FieldDescriptorProto> { class
1248 public FieldDescriptorProto() { in FieldDescriptorProto() method in Google.Protobuf.Reflection.FieldDescriptorProto
1254 public FieldDescriptorProto(FieldDescriptorProto other) : this() { in FieldDescriptorProto() method in Google.Protobuf.Reflection.FieldDescriptorProto
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1249 class FieldDescriptorProto(_message.Message): class
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto103 message FieldDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto125 message FieldDescriptorProto { message
Ddescriptor.h89 class FieldDescriptorProto; variable
Ddescriptor.pb.cc4237 FieldDescriptorProto::FieldDescriptorProto() in FieldDescriptorProto() function in google::protobuf::FieldDescriptorProto
4247 FieldDescriptorProto::FieldDescriptorProto(const FieldDescriptorProto& from) in FieldDescriptorProto() function in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h48 class FieldDescriptorProto; variable