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

/external/pcre/dist/
H A Dpcre_scanner_unittest.cc32 // Unittest for scanner, especially GetNextComments and GetComments()
82 s.GetNextComments(&comments);
90 s.GetNextComments(&comments);
98 s.GetNextComments(&comments);
H A Dpcre_scanner.h147 void GetNextComments(std::vector<StringPiece> *ranges);
162 // the offset into comments_ that has been returned by GetNextComments
H A Dpcre_scanner.cc185 void Scanner::GetNextComments(vector<StringPiece> *ranges) { function in class:pcrecpp::Scanner

Completed in 67 milliseconds