Searched refs:OneofDescriptorProto (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 206 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 211 OneofDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 213 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 214 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _unknown_fields_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 218 sizeof(OneofDescriptorProto)); in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 514 OneofDescriptorProto_descriptor_, &OneofDescriptorProto::default_instance()); in protobuf_RegisterTypes() 560 delete OneofDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 721 OneofDescriptorProto::default_instance_ = new OneofDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() 742 OneofDescriptorProto::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() 3213 const int OneofDescriptorProto::kNameFieldNumber; [all …]
|
D | descriptor.pb.h | 43 class OneofDescriptorProto; variable 677 inline const ::google::protobuf::OneofDescriptorProto& oneof_decl(int index) const; 678 inline ::google::protobuf::OneofDescriptorProto* mutable_oneof_decl(int index); 679 inline ::google::protobuf::OneofDescriptorProto* add_oneof_decl(); 680 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >& 682 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >* 711 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > oneof_decl_; 968 class LIBPROTOBUF_EXPORT OneofDescriptorProto : public ::google::protobuf::Message { 970 OneofDescriptorProto(); 971 virtual ~OneofDescriptorProto(); [all …]
|
D | descriptor.h | 81 class OneofDescriptorProto; variable 643 void CopyTo(OneofDescriptorProto* proto) const;
|
D | descriptor.proto | 99 repeated OneofDescriptorProto oneof_decl = 8; 179 message OneofDescriptorProto { message
|
D | descriptor.cc | 1680 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo() 2485 void BuildOneof(const OneofDescriptorProto& proto, 3889 void DescriptorBuilder::BuildOneof(const OneofDescriptorProto& proto, in BuildOneof()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 375 bool ParseOneof(OneofDescriptorProto* oneof_decl,
|
D | parser.cc | 1268 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof() 1278 OneofDescriptorProto::kNameFieldNumber); in ParseOneof()
|
D | parser_unittest.cc | 2049 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F() 2584 const OneofDescriptorProto& bar = foo.oneof_decl(0); in TEST_F()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 2215 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor() 2230 private OneofDescriptorProto proto;
|