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 193 bool NextWithComments(string* prev_trailing_comments,
tokenizer_unittest.cc 683 // Set up a second tokenizer where we'll pass all NULLs to NextWithComments().
698 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments,
700 tokenizer2.NextWithComments(NULL, NULL, NULL);
    [all...]
tokenizer.cc 759 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 286 input_->NextWithComments(&trailing, &detached, &leading);
531 input_->NextWithComments(NULL, &upcoming_detached_comments_,
565 input_->NextWithComments(NULL, &upcoming_detached_comments_,
    [all...]

Completed in 1424 milliseconds