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

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc525 const char* next_leading_comments; member in struct:google::protobuf::io::__anon13409::DocCommentCase
702 string next_leading_comments; local
704 &next_leading_comments);
723 EXPECT_EQ(kDocCommentCases_case.next_leading_comments,
724 next_leading_comments);
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

Completed in 57 milliseconds