Searched defs:matchResult (Results 1 – 17 of 17) sorted by relevance
23 public boolean matchResult(int result) { in matchResult() method28 public boolean matchResult(int result) { in matchResult() method33 public boolean matchResult(int result) { in matchResult() method38 public boolean matchResult(int result) { in matchResult() method43 public boolean matchResult(int result) { in matchResult() method58 public abstract boolean matchResult(int result); in matchResult() method in LogicalOperator
22 protected boolean matchResult(int result) { in matchResult() method in CompareEqual
22 protected boolean matchResult(int result) { in matchResult() method in GreaterOrEqual
22 protected boolean matchResult(int result) { in matchResult() method in GreaterThan
22 protected boolean matchResult(int result) { in matchResult() method in LessThan
22 protected boolean matchResult(int result) { in matchResult() method in LessOrEqual
39 protected abstract boolean matchResult(int result); in matchResult() method in CompareTo
32 protected boolean matchResult(int result) { in matchResult() method in CompareEqual
32 protected boolean matchResult(int result) { in matchResult() method in GreaterOrEqual
32 protected boolean matchResult(int result) { in matchResult() method in LessThan
32 protected boolean matchResult(int result) { in matchResult() method in GreaterThan
32 protected boolean matchResult(int result) { in matchResult() method in LessOrEqual
48 protected abstract boolean matchResult(int result); in matchResult() method in CompareTo
48 …val lowercase = escaped.replace("[A-Z]".toRegex()) { matchResult -> "-" + matchResult.value.toLowe… in identifierToFilename() method
217 var matchResult: MatchResult? = null in <lambda>() variable
126 int matchResult(int r, int n) in matchResult() function
96 res = res.replace(arrayGetElement) { matchResult -> in <lambda>() method