Searched refs:mTypePointerIdMap (Results 1 – 2 of 2) sorted by relevance
675 auto iter = mTypePointerIdMap.find(key); in getTypePointerId()676 if (iter == mTypePointerIdMap.end()) in getTypePointerId()686 iter = mTypePointerIdMap.insert({key, typePointerId}).first; in getTypePointerId()894 mTypePointerIdMap.insert({key, typePointerId}); in predefineCommonTypes()
533 mTypePointerIdMap; variable