Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc2042 desc->GetSourceLocation(&source_loc_); in SourceLocationCommentPrinter()
2052 file->GetSourceLocation(path, &source_loc_); in SourceLocationCommentPrinter()
2057 for (int i = 0 ; i < source_loc_.leading_detached_comments.size(); ++i) { in AddPreComment()
2058 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()
2062 if (!source_loc_.leading_comments.empty()) { in AddPreComment()
2063 *output += FormatComment(source_loc_.leading_comments); in AddPreComment()
2068 if (have_source_loc_ && source_loc_.trailing_comments.size() > 0) { in AddPostComment()
2069 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment()
2090 SourceLocation source_loc_; member in google::protobuf::__anon6f9d74870511::SourceLocationCommentPrinter