Searched refs:CreatorDriverFunc (Results 1 – 2 of 2) sorted by relevance
26 using CreatorDriverFunc = std::function<DriverExtension* (const std::unique_ptr<Runtime>& runtime)>; variable77 static void SetCreator(const CreatorDriverFunc& creator);80 static CreatorDriverFunc creator_;
29 CreatorDriverFunc DriverExtension::creator_ = nullptr;30 void DriverExtension::SetCreator(const CreatorDriverFunc& creator) in SetCreator()