HomeSort by relevance Sort by last modified time
    Searched refs:next_leading_comments (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 664 // 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);
    [all...]
tokenizer.h 155 // next token are stored in *next_leading_comments. Comments appearing in
195 string* next_leading_comments);
tokenizer_unittest.cc 520 const char* next_leading_comments; member in struct:google::protobuf::io::__anon36289::DocCommentCase
697 string next_leading_comments; local
699 &next_leading_comments);
718 EXPECT_EQ(kDocCommentCases_case.next_leading_comments,
719 next_leading_comments);
    [all...]

Completed in 378 milliseconds