Searched refs:OneofDescriptorProto (Results 1 – 13 of 13) sorted by relevance
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyOneofDescriptor.java | 39 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/ |
D | OneofDescriptor.cs | 45 private readonly OneofDescriptorProto proto; 50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor()
|
D | Descriptor.cs | 149 …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/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 58 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 …]
|
D | descriptor.pb.cc | 237 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 …]
|
D | descriptor.h | 90 class OneofDescriptorProto; variable 754 void CopyTo(OneofDescriptorProto* proto) const;
|
D | descriptor.proto | 107 repeated OneofDescriptorProto oneof_decl = 8; 203 message OneofDescriptorProto { message
|
D | descriptor.cc | 1897 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo() 2974 void BuildOneof(const OneofDescriptorProto& proto, 4508 void DescriptorBuilder::BuildOneof(const OneofDescriptorProto& proto, in BuildOneof()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 387 bool ParseOneof(OneofDescriptorProto* oneof_decl,
|
D | parser.cc | 1611 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof() 1621 OneofDescriptorProto::kNameFieldNumber); in ParseOneof()
|
D | parser_unittest.cc | 2522 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/ |
D | Descriptors.java | 2525 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor() 2540 private OneofDescriptorProto proto;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 7225 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);
|