Searched refs:endsWithGlobstar (Results 1 – 1 of 1) sorted by relevance
159 return (isLastDepth || (depth == keys.size() - 2 && endsWithGlobstar())) && matches; in fullyResolvesTo()165 (depth == keys.size() - 3 && endsWithGlobstar()); in fullyResolvesTo()202 private boolean endsWithGlobstar() { in endsWithGlobstar() method in KeyPath