Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser_unittest.cpp112 SetSyntaxParserForTesting( in InitTestFromFile()
120 SetSyntaxParserForTesting(CPDF_SyntaxParser::CreateForTesting( in InitTestFromBufferWithOffset()
H A Dcpdf_parser.h139 void SetSyntaxParserForTesting(std::unique_ptr<CPDF_SyntaxParser> parser);
H A Dcpdf_parser.cpp1207 void CPDF_Parser::SetSyntaxParserForTesting( in SetSyntaxParserForTesting() function in CPDF_Parser