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

  /external/protobuf/src/google/protobuf/io/
tokenizer.h 185 bool NextWithComments(string* prev_trailing_comments,
tokenizer_unittest.cc 682 // Set up a second tokenizer where we'll pass all NULLs to NextWithComments().
697 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments,
699 tokenizer2.NextWithComments(NULL, NULL, NULL);
    [all...]
tokenizer.cc 758 bool Tokenizer::NextWithComments(string* prev_trailing_comments,
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 184 bool NextWithComments(string* prev_trailing_comments,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 184 bool NextWithComments(string* prev_trailing_comments,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 184 bool NextWithComments(string* prev_trailing_comments,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 193 bool NextWithComments(string* prev_trailing_comments,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 184 bool NextWithComments(string* prev_trailing_comments,
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 258 input_->NextWithComments(&trailing, NULL, &leading);
430 input_->NextWithComments(NULL, NULL, &upcoming_doc_comments_);
457 input_->NextWithComments(NULL, NULL, &upcoming_doc_comments_);
    [all...]

Completed in 202 milliseconds