Searched defs:next_leading_comments (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc519 const char* next_leading_comments; member in struct:google::protobuf::io::__anon16367::DocCommentCase
696 string next_leading_comments; local
698 &next_leading_comments);
717 EXPECT_EQ(kDocCommentCases_case.next_leading_comments,
718 next_leading_comments);
H A Dtokenizer.cc663 // next_leading_comments.
668 string* next_leading_comments)
671 next_leading_comments_(next_leading_comments),
677 if (next_leading_comments != NULL) next_leading_comments->clear();
760 string* next_leading_comments) {
762 next_leading_comments);
666 CommentCollector(string* prev_trailing_comments, vector<string>* detached_comments, string* next_leading_comments) argument
758 NextWithComments(string* prev_trailing_comments, vector<string>* detached_comments, string* next_leading_comments) argument

Completed in 266 milliseconds