Searched refs:pathToName (Results 1 – 1 of 1) sorted by relevance
2500 GeneralNameInterface pathToName = i.next(); in matchExcluded() local2501 if (excludedName.getType() == pathToName.getType()) { in matchExcluded()2502 switch (pathToName.constrains(excludedName)) { in matchExcluded()2509 pathToName); in matchExcluded()2529 GeneralNameInterface pathToName = i.next(); in matchPermitted() local2537 if (permittedName.getType() == pathToName.getType()) { in matchPermitted()2540 switch (pathToName.constrains(permittedName)) { in matchPermitted()2553 "permitted names of type " + pathToName.getType() + in matchPermitted()