Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs45 private readonly OneofDescriptorProto proto;
50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor()
DDescriptor.cs151 …f(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobuf.Reflection.One… in DescriptorReflection()
808 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.OneofDescriptorProto> _r…
809 … = pb::FieldCodec.ForMessage(66, global::Google.Protobuf.Reflection.OneofDescriptorProto.Parser);
810 …Protobuf.Reflection.OneofDescriptorProto> oneofDecl_ = new pbc::RepeatedField<global::Google.Proto…
812 public pbc::RepeatedField<global::Google.Protobuf.Reflection.OneofDescriptorProto> OneofDecl {
1807 internal sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> { class
1808 …only pb::MessageParser<OneofDescriptorProto> _parser = new pb::MessageParser<OneofDescriptorProto>…
1810 public static pb::MessageParser<OneofDescriptorProto> Parser { get { return _parser; } }
1823 public OneofDescriptorProto() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
1830 public OneofDescriptorProto(OneofDescriptorProto other) : this() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h58 class OneofDescriptorProto; variable
880 const ::google::protobuf::OneofDescriptorProto& oneof_decl(int index) const;
881 ::google::protobuf::OneofDescriptorProto* mutable_oneof_decl(int index);
882 ::google::protobuf::OneofDescriptorProto* add_oneof_decl();
883 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >*
885 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >&
941 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > oneof_decl_;
1250 class LIBPROTOBUF_EXPORT OneofDescriptorProto : public ::google::protobuf::Message /* @@protoc_inse…
1252 OneofDescriptorProto();
1253 virtual ~OneofDescriptorProto();
[all …]
Ddescriptor.pb.cc241 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
242 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
247 OneofDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
249 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
252 sizeof(OneofDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
253 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
608 OneofDescriptorProto_descriptor_, &OneofDescriptorProto::default_instance()); in protobuf_RegisterTypes()
662 delete OneofDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
851 OneofDescriptorProto::default_instance_ = new OneofDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
876 OneofDescriptorProto::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.h89 class OneofDescriptorProto; variable
756 void CopyTo(OneofDescriptorProto* proto) const;
Ddescriptor.proto108 repeated OneofDescriptorProto oneof_decl = 8;
204 message OneofDescriptorProto { message
Ddescriptor.cc1897 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo()
2980 void BuildOneof(const OneofDescriptorProto& proto,
4514 void DescriptorBuilder::BuildOneof(const OneofDescriptorProto& proto, in BuildOneof()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
1635 oneof_location, OneofDescriptorProto::kOptionsFieldNumber); 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2533 private void setProto(final OneofDescriptorProto proto) { in setProto()
2537 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor()
2552 private OneofDescriptorProto proto;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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);