Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/
Dpcre_scanner_unittest.cc103 s.GetComments(0, sizeof(input), &comments); in TestScanner()
110 s.GetComments(0, (int)(strchr(input, '/') - input), &comments); in TestScanner()
114 s.GetComments((int)(strchr(input, '/') - input - 1), sizeof(input), in TestScanner()
122 s.GetComments((int)(strchr(input, '/') - input - 1), in TestScanner()
Dpcre_scanner.cc151 void Scanner::GetComments(int start, int end, vector<StringPiece> *ranges) { in GetComments() function in pcrecpp::Scanner
/external/pcre/pcrecpp/include/
Dpcre_scanner.h142 void GetComments(int start, int end, std::vector<StringPiece> *ranges);