Searched refs:GetComments (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcre_scanner_unittest.cc32 // Unittest for scanner, especially GetNextComments and GetComments()
103 s.GetComments(0, sizeof(input), &comments);
110 s.GetComments(0, (int)(strchr(input, '/') - input), &comments);
114 s.GetComments((int)(strchr(input, '/') - input - 1), sizeof(input),
122 s.GetComments((int)(strchr(input, '/') - input - 1),
H A Dpcre_scanner.h141 void GetComments(int start, int end, std::vector<StringPiece> *ranges);
H A Dpcre_scanner.cc164 void Scanner::GetComments(int start, int end, vector<StringPiece> *ranges) { function in class:pcrecpp::Scanner

Completed in 1118 milliseconds