Lines Matching refs:temp

10918     T* temp = aRhs.mRawPtr;
10920 mRawPtr = temp;
10927 T* temp = aRhs;
10929 mRawPtr = temp;
10938 T* temp = nullptr;
10939 swap(temp);
10940 return already_AddRefed<T>(temp);
36654 To temp;
36655 BitwiseCast<To, From>(aFrom, &temp);
36656 return temp;
58797 Header* temp = mHdr;
58799 aOther.mHdr = temp;
58831 AutoTArray<nsTArray_Impl<uint8_t, ActualAlloc>, 64> temp;
58832 if (!ActualAlloc::Successful(temp.template EnsureCapacity<ActualAlloc>(smallerLength,
58837 Copy::MoveNonOverlappingRegion(temp.Elements(), smallerElements, smallerLength, aElemSize);
58839 Copy::MoveNonOverlappingRegion(largerElements, temp.Elements(), smallerLength, aElemSize);
60376 T temp(Forward<Args>(aArgs)...);
60377 *aDst = temp;
71394 nsISupports* temp = aRhs.mRawPtr;
71403 mRawPtr = temp;
71411 nsISupports* temp = aRhs;
71418 mRawPtr = temp;
71429 T* temp = nullptr;
71430 swap(temp);
71431 return already_AddRefed<T>(temp);
71695 nsISupports* temp = aRhs.mRawPtr;
71701 mRawPtr = temp;
71707 nsISupports* temp = aRhs;
71711 mRawPtr = temp;
71718 nsISupports* temp = nullptr;
71719 swap(temp);
71720 return already_AddRefed<nsISupports>(temp);
78802 T* temp = mRawPtr;
78804 return temp;
94895 T* temp = mRawPtr;
94897 return already_AddRefed<T>(temp);
107480 Point4DTyped<SourceUnits, F> temp(aPoint.x, aPoint.y, 0, 1);
107481 return TransformPoint(temp).As2DPoint();
107973 float temp;
107975 temp = _11;
107977 _21 += tanX * temp;
107979 temp = _12;
107981 _22 += tanX * temp;
107983 temp = _13;
107985 _23 += tanX * temp;
107987 temp = _14;
107989 _24 += tanX * temp;
107998 float temp;
108000 temp = _21;
108002 _31 = -sinTheta * temp + cosTheta * _31;
108004 temp = _22;
108006 _32 = -sinTheta * temp + cosTheta * _32;
108008 temp = _23;
108010 _33 = -sinTheta * temp + cosTheta * _33;
108012 temp = _24;
108014 _34 = -sinTheta * temp + cosTheta * _34;
108023 float temp;
108025 temp = _11;
108027 _31 = sinTheta * temp + cosTheta * _31;
108029 temp = _12;
108031 _32 = sinTheta * temp + cosTheta * _32;
108033 temp = _13;
108035 _33 = sinTheta * temp + cosTheta * _33;
108037 temp = _14;
108039 _34 = sinTheta * temp + cosTheta * _34;
108048 float temp;
108050 temp = _11;
108052 _21 = -sinTheta * temp + cosTheta * _21;
108054 temp = _12;
108056 _22 = -sinTheta * temp + cosTheta * _22;
108058 temp = _13;
108060 _23 = -sinTheta * temp + cosTheta * _23;
108062 temp = _14;
108064 _24 = -sinTheta * temp + cosTheta * _24;