Searched refs:CreateForTesting (Results 1 – 4 of 4) sorted by relevance
18 without capability CAP_WAKE_ALARM, this CL also introduces CreateForTesting().68 +std::unique_ptr<SimpleAlarmTimer> SimpleAlarmTimer::CreateForTesting() {154 + static std::unique_ptr<SimpleAlarmTimer> CreateForTesting();163 + // Shared implementation of Create and CreateForTesting.
29 static std::unique_ptr<CPDF_SyntaxParser> CreateForTesting(
53 m_pSyntax = CPDF_SyntaxParser::CreateForTesting( in InitTestFromBufferWithOffset()
76 std::unique_ptr<CPDF_SyntaxParser> CPDF_SyntaxParser::CreateForTesting( in CreateForTesting() function in CPDF_SyntaxParser