Searched refs:attributeMap (Results 1 – 1 of 1) sorted by relevance
233 Map<String, Integer> attributeMap = map.get(attr); in getEnumMap() local234 if (attributeMap == null) { in getEnumMap()235 attributeMap = Maps.newHashMap(); in getEnumMap()236 map.put(attr, attributeMap); in getEnumMap()238 attributeMap.put(name, i); in getEnumMap()