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