Searched defs:HdiImpl (Results 1 – 1 of 1) sorted by relevance
79 struct HdiImpl { struct80 HdiImpl() : handler(nullptr), constructor(nullptr), destructor(nullptr), useCount(0) {} in HdiImpl() function94 static std::map<std::string, HdiImpl> g_hdiConstructorMap; argument