Searched refs:idToType (Results 1 – 3 of 3) sorted by relevance
40 HashMap<String, JavaType> idToType) in TypeNameIdResolver() argument45 _idToType = idToType; in TypeNameIdResolver()56 final HashMap<String, JavaType> idToType; in construct() local62 idToType = null; in construct()64 idToType = new HashMap<>(); in construct()88 JavaType prev = idToType.get(id); in construct()94 idToType.put(id, config.constructType(cls)); in construct()98 return new TypeNameIdResolver(config, baseType, typeToId, idToType); in construct()
339 auto idToType = tMerger.funcIdToType.find(*ti); in translateIdSymbols() local340 if (idToType == tMerger.funcIdToType.end()) { in translateIdSymbols()346 *ti = idToType->second; in translateIdSymbols()
1134 for (auto idToType : source->funcIdToType) in mergeTypesWithGHash() local1135 funcIdToType.insert(idToType); in mergeTypesWithGHash()