Home
last modified time | relevance | path

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

/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1225 class FileDescriptorSet(_message.Message): class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go343 type FileDescriptorSet struct { struct
344 File []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty"`
345 XXX_unrecognized []byte `json:"-"`
348 func (m *FileDescriptorSet) Reset() { *m = FileDescriptorSet{} }
349 func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
350 func (*FileDescriptorSet) ProtoMessage() {}
351 func (*FileDescriptorSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
353 func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto {
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto51 message FileDescriptorSet { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto55 message FileDescriptorSet { message
Ddescriptor.pb.cc889 FileDescriptorSet::FileDescriptorSet() in FileDescriptorSet() function in google::protobuf::FileDescriptorSet
898 FileDescriptorSet::FileDescriptorSet(const FileDescriptorSet& from) in FileDescriptorSet() function in google::protobuf::FileDescriptorSet
Ddescriptor.pb.h51 class FileDescriptorSet; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto55 message FileDescriptorSet { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs175 internal sealed partial class FileDescriptorSet : pb::IMessage<FileDescriptorSet> { class
187 public FileDescriptorSet() { in FileDescriptorSet() method in Google.Protobuf.Reflection.FileDescriptorSet
193 public FileDescriptorSet(FileDescriptorSet other) : this() { in FileDescriptorSet() method in Google.Protobuf.Reflection.FileDescriptorSet