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

  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 518 const char* detached_comments[10]; member in struct:google::protobuf::io::__anon22473::DocCommentCase
695 vector<string> detached_comments; local
697 tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments,
706 for (int i = 0; i < detached_comments.size(); i++) {
708 ASSERT_TRUE(kDocCommentCases_case.detached_comments[i] != NULL);
709 EXPECT_EQ(kDocCommentCases_case.detached_comments[i],
710 detached_comments[i]);
715 kDocCommentCases_case.detached_comments[detached_comments.size()]);
    [all...]
tokenizer.cc 661 // current comment goes into either prev_trailing_comments or detached_comments.
667 vector<string>* detached_comments,
670 detached_comments_(detached_comments),
676 if (detached_comments != NULL) detached_comments->clear();
759 vector<string>* detached_comments,
761 CommentCollector collector(prev_trailing_comments, detached_comments,
    [all...]
tokenizer.h 149 // detached_comments. Any of these parameters can be NULL to simply discard
186 vector<string>* detached_comments,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 148 // detached_comments. Any of these parameters can be NULL to simply discard
185 vector<string>* detached_comments,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 148 // detached_comments. Any of these parameters can be NULL to simply discard
185 vector<string>* detached_comments,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 148 // detached_comments. Any of these parameters can be NULL to simply discard
185 vector<string>* detached_comments,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 148 // detached_comments. Any of these parameters can be NULL to simply discard
185 vector<string>* detached_comments,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 157 // detached_comments. Any of these parameters can be NULL to simply discard
194 vector<string>* detached_comments,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 260 vector<string>* detached_comments) const;

Completed in 637 milliseconds