Searched refs:GetNextComments (Results 1 – 3 of 3) sorted by relevance
82 s.GetNextComments(&comments); in TestScanner()90 s.GetNextComments(&comments); in TestScanner()98 s.GetNextComments(&comments); in TestScanner()
147 void GetNextComments(std::vector<StringPiece> *ranges);
185 void Scanner::GetNextComments(vector<StringPiece> *ranges) { in GetNextComments() function in pcrecpp::Scanner