Searched refs:makeFileToModuleNamesMap (Results 1 – 1 of 1) sorted by relevance
42 private HashMap<String, Set<String>> makeFileToModuleNamesMap; field in ModuleIndexes51 makeFileToModuleNamesMap = Maps.newHashMap(); in build()81 Set<String> moduleNames = makeFileToModuleNamesMap.get(makeFile); in append()84 makeFileToModuleNamesMap.put(makeFile, moduleNames); in append()