Home
last modified time | relevance | path

Searched defs:MatchFn (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d32 alias MatchFn = bool function (ref BacktrackingMatcher!(Char, Stream)); in BacktrackingMatcher() member
H A Dir.d575 alias MatchFn = bool function(ref Matcher!Char) @trusted; in StaticRegex() local