Searched refs:MatcherFactory (Results 1 – 1 of 1) sorted by relevance
462 interface MatcherFactory(Char) in MatcherFactory() function472 abstract class GenericFactory(alias EngineType, Char) : MatcherFactory!Char552 static MatcherFactory!Char backtrackingFactory; in defaultFactoryImpl()553 static MatcherFactory!Char thompsonFactory; in defaultFactoryImpl()583 @property MatcherFactory!Char defaultFactory(const ref Regex!Char re) @safe pure in defaultFactory()692 MatcherFactory!Char factory; // produces optimal matcher for this pattern in Regex()695 const(Regex) withFactory(MatcherFactory!Char factory) pure const @trusted in Regex()