Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2039 desc->GetSourceLocation(&source_loc_); in SourceLocationCommentPrinter()
2049 file->GetSourceLocation(path, &source_loc_); in SourceLocationCommentPrinter()
2054 for (int i = 0 ; i < source_loc_.leading_detached_comments.size(); ++i) { in AddPreComment()
2055 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()
2059 if (!source_loc_.leading_comments.empty()) { in AddPreComment()
2060 *output += FormatComment(source_loc_.leading_comments); in AddPreComment()
2065 if (have_source_loc_ && source_loc_.trailing_comments.size() > 0) { in AddPostComment()
2066 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment()
2087 SourceLocation source_loc_; member in google::protobuf::__anon2b0c50100511::SourceLocationCommentPrinter