Searched refs:NextWithComments (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.h | 185 bool NextWithComments(string* prev_trailing_comments,
|
D | tokenizer_unittest.cc | 697 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments, in TEST_2D() 699 tokenizer2.NextWithComments(NULL, NULL, NULL); in TEST_2D()
|
D | tokenizer.cc | 758 bool Tokenizer::NextWithComments(string* prev_trailing_comments, in NextWithComments() function in google::protobuf::io::Tokenizer
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 258 input_->NextWithComments(&trailing, NULL, &leading); in TryConsumeEndOfDeclaration() 430 input_->NextWithComments(NULL, NULL, &upcoming_doc_comments_); in Parse() 457 input_->NextWithComments(NULL, NULL, &upcoming_doc_comments_); in Parse()
|