Searched refs:TmpVal (Results 1 – 1 of 1) sorted by relevance
304 sal_Int32 TmpVal; in getInt() local305 bool bRet = getLong( TmpVal ); in getInt()306 rVal = TmpVal; in getInt()312 sal_uInt32 TmpVal; in getUInt() local313 bool bRet = getULong( TmpVal ); in getUInt()314 rVal = TmpVal; in getUInt()
Completed in 21 milliseconds