Searched refs:NextWithComments (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.h | 195 bool NextWithComments(std::string* prev_trailing_comments,
|
D | tokenizer_unittest.cc | 677 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments, in TEST_2D() 679 tokenizer2.NextWithComments(NULL, NULL, NULL); in TEST_2D()
|
D | tokenizer.cc | 761 bool Tokenizer::NextWithComments(std::string* prev_trailing_comments, in NextWithComments() function in google::protobuf::io::Tokenizer
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 342 input_->NextWithComments(&trailing, &detached, &leading); in TryConsumeEndOfDeclaration() 629 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse() 665 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse()
|