Searched refs:match_driver (Results 1 – 2 of 2) sorted by relevance
320 fn match_driver(&self, driver: &Arc<dyn Driver>, data: T) -> bool; in match_driver() method329 fn match_driver(&self, driver: &Arc<dyn Driver>, data: &str) -> bool { in match_driver() method
225 if matcher.match_driver(drv, data) { in find_driver()