Searched refs:NextWithComments (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.h | 193 bool NextWithComments(string* prev_trailing_comments,
|
D | tokenizer_unittest.cc | 698 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments, in TEST_2D() 700 tokenizer2.NextWithComments(NULL, NULL, NULL); in TEST_2D()
|
D | tokenizer.cc | 759 bool Tokenizer::NextWithComments(string* prev_trailing_comments, in NextWithComments() function in google::protobuf::io::Tokenizer
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 286 input_->NextWithComments(&trailing, &detached, &leading); in TryConsumeEndOfDeclaration() 531 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse() 565 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse()
|