Searched defs:CreateInstance (Results 1 – 9 of 9) sorted by relevance
29 unique_ptr<DaemonBase> DaemonBase::CreateInstance() { in CreateInstance() function in chromeos_update_engine::DaemonBase
31 unique_ptr<DaemonBase> DaemonBase::CreateInstance() { in CreateInstance() function in chromeos_update_engine::DaemonBase
48 static void CreateInstance() { in CreateInstance() function
55 std::unique_ptr<PayloadVerifier> PayloadVerifier::CreateInstance( in CreateInstance() function in chromeos_update_engine::PayloadVerifier
259 PerfEventSet* PerfEventSet::CreateInstance(PerfEventSet::Type type) { in CreateInstance() function in simpleperf::PerfEventSet
43 std::unique_ptr<RecordFileWriter> RecordFileWriter::CreateInstance(const std::string& filename) { in CreateInstance() function in simpleperf::RecordFileWriter
84 std::unique_ptr<ArchiveHelper> ArchiveHelper::CreateInstance(const std::string& filename) { in CreateInstance() function in simpleperf::ArchiveHelper
78 std::unique_ptr<RecordFileReader> RecordFileReader::CreateInstance(const std::string& filename) { in CreateInstance() function in simpleperf::RecordFileReader
36 unique_ptr<UpdateEngineClient> UpdateEngineClient::CreateInstance() { in CreateInstance() function in update_engine::UpdateEngineClient