Searched refs:tryMatch (Results 1 – 3 of 3) sorted by relevance
216 if (!tryMatch(matcher, result)) { in match()221 inline fun tryMatch(matcher: Matcher, result: MatchResult.() -> Unit): Boolean { in tryMatch() method in trebuchet.util.BufferReader
106 return reader.tryMatch(matchers[matcher], result) in createEventParser()
81 tryMatch(matcher) { in create()