Searched refs:validatedContained (Results 1 – 1 of 1) sorted by relevance
171 if (validatedContained(entry.mParent, absLocation)) { in findAbsoluteLocationFrom()178 private static boolean validatedContained(ScopeEntry parent, Location absLocation) { in validatedContained() method in Scope184 return validatedContained(parent.mParent, absLocation); in validatedContained()