Home
last modified time | relevance | path

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

/external/perfetto/protos/perfetto/common/
Ddescriptor.proto26 message FileDescriptorSet { message
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go349 type FileDescriptorSet struct { struct
350 …ile []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty"`
351 XXX_NoUnkeyedLiteral struct{} `json:"-"`
352 XXX_unrecognized []byte `json:"-"`
353 XXX_sizecache int32 `json:"-"`
356 func (m *FileDescriptorSet) Reset() { *m = FileDescriptorSet{} }
357 func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
358 func (*FileDescriptorSet) ProtoMessage() {}
359 func (*FileDescriptorSet) Descriptor() ([]byte, []int) {
363 func (m *FileDescriptorSet) XXX_Unmarshal(b []byte) error {
[all …]
Ddescriptor.proto56 message FileDescriptorSet { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go323 type FileDescriptorSet struct { struct
324 …ile []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty"`
325 XXX_NoUnkeyedLiteral struct{} `json:"-"`
326 XXX_unrecognized []byte `json:"-"`
327 XXX_sizecache int32 `json:"-"`
330 func (m *FileDescriptorSet) Reset() { *m = FileDescriptorSet{} }
331 func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
332 func (*FileDescriptorSet) ProtoMessage() {}
333 func (*FileDescriptorSet) Descriptor() ([]byte, []int) {
336 func (m *FileDescriptorSet) XXX_Unmarshal(b []byte) error {
[all …]
Ddescriptor.proto56 message FileDescriptorSet { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto52 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/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto56 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