Home
last modified time | relevance | path

Searched refs:MatcherFactory (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d462 interface MatcherFactory(Char) in MatcherFactory() function
472 abstract class GenericFactory(alias EngineType, Char) : MatcherFactory!Char
552 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()