Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.pb.h222 void set_oneofs(int index, const ::std::string& value);
223 void set_oneofs(int index, const char* value);
224 void set_oneofs(int index, const char* value, size_t size);
970 inline void Type::set_oneofs(int index, const ::std::string& value) { in set_oneofs() function
974 inline void Type::set_oneofs(int index, const char* value) { in set_oneofs() function
978 inline void Type::set_oneofs(int index, const char* value, size_t size) { in set_oneofs() function
Dtype.pb.cc823 void Type::set_oneofs(int index, const ::std::string& value) { in set_oneofs() function in google::protobuf::Type
827 void Type::set_oneofs(int index, const char* value) { in set_oneofs() function in google::protobuf::Type
831 void Type::set_oneofs(int index, const char* value, size_t size) { in set_oneofs() function in google::protobuf::Type