HomeSort by relevance Sort by last modified time
    Searched defs:oneof_decl (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 529 " oneof_decl {"
562 " oneof_decl {"
565 " oneof_decl {"
2522 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 4747 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); local
4774 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; local
4790 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); local
    [all...]
descriptor.pb.cc 3992 const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const { function in class:google::protobuf::DescriptorProto
4010 DescriptorProto::oneof_decl() const { function in class:google::protobuf::DescriptorProto
    [all...]
descriptor.pb.h 4483 inline const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const { function in class:google::protobuf::DescriptorProto
4501 DescriptorProto::oneof_decl() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4483 inline const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const { function in class:google::protobuf::DescriptorProto
4501 DescriptorProto::oneof_decl() const { function in class:google::protobuf::DescriptorProto
    [all...]

Completed in 99 milliseconds