Searched refs:set_paths (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | field_mask.pb.h | 110 void set_paths(int index, const ::std::string& value); 111 void set_paths(int index, const char* value); 112 void set_paths(int index, const char* value, size_t size); 157 inline void FieldMask::set_paths(int index, const ::std::string& value) { in set_paths() function 161 inline void FieldMask::set_paths(int index, const char* value) { in set_paths() function 165 inline void FieldMask::set_paths(int index, const char* value, size_t size) { in set_paths() function
|
D | field_mask.pb.cc | 355 void FieldMask::set_paths(int index, const ::std::string& value) { in set_paths() function in google::protobuf::FieldMask 359 void FieldMask::set_paths(int index, const char* value) { in set_paths() function in google::protobuf::FieldMask 363 void FieldMask::set_paths(int index, const char* value, size_t size) { in set_paths() function in google::protobuf::FieldMask
|