GetComments       141 pcre/pcre_scanner.h   void GetComments(int start, int end, std::vector<StringPiece> *ranges);
GetComments       106 pcre/pcre_scanner_unittest.cc   s.GetComments(0, sizeof(input), &comments);
GetComments       113 pcre/pcre_scanner_unittest.cc   s.GetComments(0, strchr(input, '/') - input, &comments);
GetComments       117 pcre/pcre_scanner_unittest.cc   s.GetComments(strchr(input, '/') - input - 1, sizeof(input),
GetComments       125 pcre/pcre_scanner_unittest.cc   s.GetComments(strchr(input, '/') - input - 1,