Home
last modified time | relevance | path

Searched refs:OneofDescriptorProto (Results 1 – 21 of 21) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyOneofDescriptor.java39 builder = DescriptorProtos.OneofDescriptorProto.newBuilder(); in initialize()
105 public DescriptorProtos.OneofDescriptorProto build(int index) { in build()
122 private DescriptorProtos.OneofDescriptorProto.Builder builder;
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs45 private readonly OneofDescriptorProto proto;
50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor()
DDescriptor.cs149 …f(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobuf.Reflection.One… in DescriptorReflection()
755 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.OneofDescriptorProto> _r…
756 … = pb::FieldCodec.ForMessage(66, global::Google.Protobuf.Reflection.OneofDescriptorProto.Parser);
757 …Protobuf.Reflection.OneofDescriptorProto> oneofDecl_ = new pbc::RepeatedField<global::Google.Proto…
758 public pbc::RepeatedField<global::Google.Protobuf.Reflection.OneofDescriptorProto> OneofDecl {
1690 internal sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> { class
1691 …only pb::MessageParser<OneofDescriptorProto> _parser = new pb::MessageParser<OneofDescriptorProto>…
1692 public static pb::MessageParser<OneofDescriptorProto> Parser { get { return _parser; } }
1702 public OneofDescriptorProto() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
1708 public OneofDescriptorProto(OneofDescriptorProto other) : this() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
[all …]
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go535 …OneofDecl []*OneofDescriptorProto `protobuf:"bytes,8,rep,name=oneof_decl,json=oneof…
613 func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto {
928 type OneofDescriptorProto struct { struct
936 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} } argument
937 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) } argument
938 func (*OneofDescriptorProto) ProtoMessage() {} argument
939 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { argument
943 func (m *OneofDescriptorProto) XXX_Unmarshal(b []byte) error { argument
946 func (m *OneofDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
949 func (m *OneofDescriptorProto) XXX_Merge(src proto.Message) { argument
[all …]
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8;
217 message OneofDescriptorProto { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go507 …OneofDecl []*OneofDescriptorProto `protobuf:"bytes,8,rep,name=oneof_decl,json=oneof…
584 func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto {
895 type OneofDescriptorProto struct { struct
903 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} } argument
904 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) } argument
905 func (*OneofDescriptorProto) ProtoMessage() {} argument
906 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { argument
909 func (m *OneofDescriptorProto) XXX_Unmarshal(b []byte) error { argument
912 func (m *OneofDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
915 func (dst *OneofDescriptorProto) XXX_Merge(src proto.Message) { argument
[all …]
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8;
217 message OneofDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h58 class OneofDescriptorProto; variable
859 const ::google::protobuf::OneofDescriptorProto& oneof_decl(int index) const;
860 ::google::protobuf::OneofDescriptorProto* mutable_oneof_decl(int index);
861 ::google::protobuf::OneofDescriptorProto* add_oneof_decl();
862 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >*
864 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >&
920 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > oneof_decl_;
1225 class LIBPROTOBUF_EXPORT OneofDescriptorProto : public ::google::protobuf::Message {
1227 OneofDescriptorProto();
1228 virtual ~OneofDescriptorProto();
[all …]
Ddescriptor.pb.cc237 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
242 OneofDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
244 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
247 sizeof(OneofDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
248 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
587 OneofDescriptorProto_descriptor_, &OneofDescriptorProto::default_instance()); in protobuf_RegisterTypes()
639 delete OneofDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
821 OneofDescriptorProto::default_instance_ = new OneofDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
845 OneofDescriptorProto::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
3992 const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const { in oneof_decl()
[all …]
Ddescriptor.h90 class OneofDescriptorProto; variable
754 void CopyTo(OneofDescriptorProto* proto) const;
Ddescriptor.proto107 repeated OneofDescriptorProto oneof_decl = 8;
203 message OneofDescriptorProto { message
Ddescriptor.cc1897 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo()
2974 void BuildOneof(const OneofDescriptorProto& proto,
4508 void DescriptorBuilder::BuildOneof(const OneofDescriptorProto& proto, in BuildOneof()
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto66 repeated OneofDescriptorProto oneof_decl = 8;
159 message OneofDescriptorProto { message
/external/protobuf/src/google/protobuf/compiler/
Dparser.h387 bool ParseOneof(OneofDescriptorProto* oneof_decl,
Dparser.cc1611 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof()
1621 OneofDescriptorProto::kNameFieldNumber); in ParseOneof()
Dparser_unittest.cc2522 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F()
3126 const OneofDescriptorProto& bar = foo.oneof_decl(0); in TEST_F()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2525 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor()
2540 private OneofDescriptorProto proto;
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto104 repeated OneofDescriptorProto oneof_decl = 8;
184 message OneofDescriptorProto { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto107 repeated OneofDescriptorProto oneof_decl = 8;
206 message OneofDescriptorProto { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8;
217 message OneofDescriptorProto { message
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7225 class OneofDescriptorProto : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7227 OneofDescriptorProto(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7232 static OneofDescriptorProto get() {
7234 return OneofDescriptorProto(m, &m);