Searched refs:set_oneofs (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | type.pb.h | 222 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
|
D | type.pb.cc | 823 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
|