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

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc647 // next_leading_comments.
652 string* next_leading_comments)
655 next_leading_comments_(next_leading_comments),
661 if (next_leading_comments != NULL) next_leading_comments->clear();
744 string* next_leading_comments) {
746 next_leading_comments);
650 CommentCollector(string* prev_trailing_comments, vector<string>* detached_comments, string* next_leading_comments) argument
742 NextWithComments(string* prev_trailing_comments, vector<string>* detached_comments, string* next_leading_comments) argument
H A Dtokenizer.h146 // next token are stored in *next_leading_comments. Comments appearing in
186 string* next_leading_comments);
H A Dtokenizer_unittest.cc525 const char* next_leading_comments; member in struct:google::protobuf::io::__anon14844::DocCommentCase
702 string next_leading_comments; local
704 &next_leading_comments);
723 EXPECT_EQ(kDocCommentCases_case.next_leading_comments,
724 next_leading_comments);

Completed in 89 milliseconds