HomeSort by relevance Sort by last modified time
    Searched refs:GetNextComments (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist/
pcre_scanner_unittest.cc 32 // Unittest for scanner, especially GetNextComments and GetComments()
82 s.GetNextComments(&comments);
90 s.GetNextComments(&comments);
98 s.GetNextComments(&comments);
pcre_scanner.h 147 void GetNextComments(std::vector<StringPiece> *ranges);
162 // the offset into comments_ that has been returned by GetNextComments
pcre_scanner.cc 185 void Scanner::GetNextComments(vector<StringPiece> *ranges) {

Completed in 199 milliseconds