Searched defs:ThompsonMatcher (Results 1 – 1 of 1) sorted by relevance
717 @trusted struct ThompsonMatcher(Char, StreamType = Input!Char) struct722 alias OpFunc = bool function(ThompsonMatcher*, State*); argument723 alias BackMatcher = ThompsonMatcher!(Char, BackLooper!(Stream)); argument724 alias OpBackFunc = bool function(BackMatcher*, BackMatcher.State*);730 Stream s;731 dchar front;732 DataIndex index;733 DataIndex genCounter; //merge trace counter, goes up on every dchar739 size_t threadSize;740 int matched;[all …]