Searched refs:set_oneofs (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | type.pb.h | 218 void set_oneofs(int index, const ::std::string& value); 219 void set_oneofs(int index, const char* value); 220 void set_oneofs(int index, const char* value, size_t size); 950 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
|
D | type.pb.cc | 826 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
|