Searched refs:get_supported_drivers (Results 1 – 2 of 2) sorted by relevance
52 const std::unordered_map<std::string, std::unique_ptr<Driver>> &Driver::get_supported_drivers() in get_supported_drivers() function in pps::Driver62 for (auto &entry : get_supported_drivers()) { in supported_device_names()71 auto &supported_drivers = get_supported_drivers(); in get_driver()
27 static const std::unordered_map<std::string, std::unique_ptr<Driver>> &get_supported_drivers();