Searched refs:next_leading_comments (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc664 // next_leading_comments.
669 string* next_leading_comments)
672 next_leading_comments_(next_leading_comments),
678 if (next_leading_comments != NULL) next_leading_comments->clear();
761 string* next_leading_comments) {
763 next_leading_comments);
667 CommentCollector(string* prev_trailing_comments, vector<string>* detached_comments, string* next_leading_comments) argument
759 NextWithComments(string* prev_trailing_comments, vector<string>* detached_comments, string* next_leading_comments) argument
H A Dtokenizer_unittest.cc520 const char* next_leading_comments; member in struct:google::protobuf::io::__anon17186::DocCommentCase
697 string next_leading_comments; local
699 &next_leading_comments);
718 EXPECT_EQ(kDocCommentCases_case.next_leading_comments,
719 next_leading_comments);
H A Dtokenizer.h155 // next token are stored in *next_leading_comments. Comments appearing in
195 string* next_leading_comments);

Completed in 96 milliseconds