Lines Matching refs:nResult

93 	intt nResult = i_r1.size() - i_r2.size();  in compare_PtrLevelVector()  local
94 if ( nResult != 0 ) in compare_PtrLevelVector()
95 return nResult; in compare_PtrLevelVector()
103 nResult = compare_ConVol(*it1, *it2); in compare_PtrLevelVector()
104 if ( nResult != 0 ) in compare_PtrLevelVector()
105 return nResult; in compare_PtrLevelVector()
152 intt nResult = compare_bool( bIsAbsolute, i_rType.bIsAbsolute ); in operator <() local
153 if ( nResult != 0 ) in operator <()
154 return result2bool(nResult); in operator <()
156 nResult = static_cast<intt>(nScope.Value()) in operator <()
159 if ( nResult != 0 ) in operator <()
160 return result2bool(nResult); in operator <()
162 nResult = aPath.Compare( i_rType.aPath ); in operator <()
163 if ( nResult != 0 ) in operator <()
164 return result2bool(nResult); in operator <()
166 nResult = compare_ConVol( eConVol_Type, i_rType.eConVol_Type ); in operator <()
167 if ( nResult != 0 ) in operator <()
168 return result2bool(nResult); in operator <()
170 nResult = compare_PtrLevelVector( aPtrLevels, i_rType.aPtrLevels ); in operator <()
171 if ( nResult != 0 ) in operator <()
172 return result2bool(nResult); in operator <()
174 nResult = compare_bool( bIsReference, i_rType.bIsReference ); in operator <()
175 if ( nResult != 0 ) in operator <()
176 return result2bool(nResult); in operator <()
178 nResult = compare_Specialisation( eTypeSpecialisation, i_rType.eTypeSpecialisation ); in operator <()
179 if ( nResult != 0 ) in operator <()
180 return result2bool(nResult); in operator <()
547 intt nResult = intt(aTplParameters.size()) - intt(i_rOther.aTplParameters.size()); in Compare() local
549 if (nResult != 0) in Compare()
550 return nResult; in Compare()
558 nResult = (*it1)->Compare( *(*it2) ); in Compare()
559 if (nResult != 0) in Compare()
560 return nResult; in Compare()