Home
last modified time | relevance | path

Searched defs:set_oneofs (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtype.pb.h950 inline void Type::set_oneofs(int index, const ::std::string& value) { in set_oneofs() function
954 inline void Type::set_oneofs(int index, const char* value) { in set_oneofs() function
958 inline void Type::set_oneofs(int index, const char* value, size_t size) { in set_oneofs() function
Dtype.pb.cc826 void Type::set_oneofs(int index, const ::std::string& value) { in set_oneofs() function in google::protobuf::Type
830 void Type::set_oneofs(int index, const char* value) { in set_oneofs() function in google::protobuf::Type
834 void Type::set_oneofs(int index, const char* value, size_t size) { in set_oneofs() function in google::protobuf::Type