Searched refs:TypeServerSource (Results 1 – 1 of 1) sorted by relevance
47 class TypeServerSource : public TpiSource { class49 explicit TypeServerSource(PDBInputFile *f) in TypeServerSource() function in __anon52f84ec80111::TypeServerSource88 friend class TypeServerSource;220 std::map<codeview::GUID, TypeServerSource *> TypeServerSource::mappings;421 TypeServerSource *tsSrc; in getTypeServerSource()422 auto it = TypeServerSource::mappings.find(tsId); in getTypeServerSource()423 if (it != TypeServerSource::mappings.end()) { in getTypeServerSource()559 return TypeServerSource::mappings.size(); in countTypeServerPDBs()570 TypeServerSource::mappings.clear(); in clear()743 void TypeServerSource::loadGHashes() { in loadGHashes()[all …]