Searched defs:MatchResult (Results 1 – 3 of 3) sorted by relevance
186 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() regex187 fun MatchResult.intArg(index: Int) = strArg(index).toInt() regex188 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) regex
117 private static class MatchResult { class in GattService120 private MatchResult(boolean matches, MatchOrigin origin) { in MatchResult() method in GattService.MatchResult
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...