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

  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 662 // current comment goes into either prev_trailing_comments or detached_comments.
667 CommentCollector(string* prev_trailing_comments,
670 : prev_trailing_comments_(prev_trailing_comments),
676 if (prev_trailing_comments != NULL) prev_trailing_comments->clear();
759 bool Tokenizer::NextWithComments(string* prev_trailing_comments,
762 CommentCollector collector(prev_trailing_comments, detached_comments,
    [all...]
tokenizer.h 193 bool NextWithComments(string* prev_trailing_comments,
tokenizer_unittest.cc 518 const char* prev_trailing_comments; member in struct:google::protobuf::io::__anon36289::DocCommentCase
695 string prev_trailing_comments; local
698 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments,
704 EXPECT_EQ(kDocCommentCases_case.prev_trailing_comments,
705 prev_trailing_comments);
    [all...]

Completed in 145 milliseconds