Searched refs:nuInt32 (Results 1 – 2 of 2) sorted by relevance
100 ByteChucker& ByteChucker::operator << (sal_uInt32 nuInt32) in operator <<() argument102 p4Sequence[0] = static_cast < sal_Int8 > ((nuInt32 >> 0 ) & 0xFF); in operator <<()103 p4Sequence[1] = static_cast < sal_Int8 > ((nuInt32 >> 8 ) & 0xFF); in operator <<()104 p4Sequence[2] = static_cast < sal_Int8 > ((nuInt32 >> 16 ) & 0xFF); in operator <<()105 p4Sequence[3] = static_cast < sal_Int8 > ((nuInt32 >> 24 ) & 0xFF); in operator <<()
60 ByteChucker& operator << (sal_uInt32 nuInt32);
Completed in 11 milliseconds