HomeSort by relevance Sort by last modified time
    Searched refs:add_oneofs (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
type.pb.h 221 ::std::string* add_oneofs();
222 void add_oneofs(const ::std::string& value);
223 void add_oneofs(const char* value);
224 void add_oneofs(const char* value, size_t size);
963 inline ::std::string* Type::add_oneofs() { function in class:google::protobuf::Type
967 inline void Type::add_oneofs(const ::std::string& value) { function in class:google::protobuf::Type
971 inline void Type::add_oneofs(const char* value) { function in class:google::protobuf::Type
975 inline void Type::add_oneofs(const char* value, size_t size) { function in class:google::protobuf::Type
    [all...]
type.pb.cc 420 input, this->add_oneofs()));
839 ::std::string* Type::add_oneofs() { function in class:google::protobuf::Type
843 void Type::add_oneofs(const ::std::string& value) { function in class:google::protobuf::Type
847 void Type::add_oneofs(const char* value) { function in class:google::protobuf::Type
851 void Type::add_oneofs(const char* value, size_t size) { function in class:google::protobuf::Type
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h 221 ::std::string* add_oneofs();
222 void add_oneofs(const ::std::string& value);
223 void add_oneofs(const char* value);
224 void add_oneofs(const char* value, size_t size);
963 inline ::std::string* Type::add_oneofs() { function in class:google::protobuf::Type
967 inline void Type::add_oneofs(const ::std::string& value) { function in class:google::protobuf::Type
971 inline void Type::add_oneofs(const char* value) { function in class:google::protobuf::Type
975 inline void Type::add_oneofs(const char* value, size_t size) { function in class:google::protobuf::Type
    [all...]
  /external/protobuf/src/google/protobuf/util/
type_resolver_util.cc 128 type->add_oneofs(descriptor->oneof_decl(i)->name());

Completed in 6814 milliseconds