Searched refs:flatNames (Results 1 – 2 of 2) sorted by relevance
71 ImmutableList.Builder<String> flatNames = ImmutableList.builder(); in onDemandImport() local73 flatNames.add(ident.value()); in onDemandImport()75 Scope packageIndex = cpi.lookupPackage(flatNames.build()); in onDemandImport()
204 ImmutableList<String> flatNames = flatNamesBuilder.build();207 Scope cand = lookupPackage(flatNames.subList(0, i));