Searched refs:set_leading_detached_comments (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 3287 void set_leading_detached_comments(int index, const ::std::string& value); 3288 void set_leading_detached_comments(int index, const char* value); 3289 void set_leading_detached_comments(int index, const char* value, size_t size); 7381 inline void SourceCodeInfo_Location::set_leading_detached_comments(int index, const ::std::string& … in set_leading_detached_comments() function 7385 inline void SourceCodeInfo_Location::set_leading_detached_comments(int index, const char* value) { in set_leading_detached_comments() function 7389 inline void SourceCodeInfo_Location::set_leading_detached_comments(int index, const char* value, si… in set_leading_detached_comments() function
|
D | descriptor.pb.cc | 14256 …void SourceCodeInfo_Location::set_leading_detached_comments(int index, const ::std::string& value)… in set_leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location 14260 void SourceCodeInfo_Location::set_leading_detached_comments(int index, const char* value) { in set_leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location 14264 …void SourceCodeInfo_Location::set_leading_detached_comments(int index, const char* value, size_t s… in set_leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location
|