Searched refs:GetComments (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist/ |
D | pcre_scanner_unittest.cc | 103 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()
|
D | pcre_scanner.h | 141 void GetComments(int start, int end, std::vector<StringPiece> *ranges);
|
D | pcre_scanner.cc | 164 void Scanner::GetComments(int start, int end, vector<StringPiece> *ranges) { in GetComments() function in pcrecpp::Scanner
|
/external/pcre/ |
D | pcre_scanner.h | 141 void GetComments(int start, int end, std::vector<StringPiece> *ranges);
|