Searched refs:mFunctionTypeIdMap (Results 1 – 2 of 2) sorted by relevance
697 auto iter = mFunctionTypeIdMap.find(key); in getFunctionTypeId()698 if (iter == mFunctionTypeIdMap.end()) in getFunctionTypeId()705 iter = mFunctionTypeIdMap.insert({key, functionTypeId}).first; in getFunctionTypeId()
536 angle::HashMap<SpirvIdAndIdList, spirv::IdRef, SpirvIdAndIdListHash> mFunctionTypeIdMap; variable