Searched refs:nuInt32 (Results 1 – 2 of 2) sorted by relevance
98 ByteChucker& ByteChucker::operator << (sal_uInt32 nuInt32) in operator <<() argument100 p4Sequence[0] = static_cast < sal_Int8 > ((nuInt32 >> 0 ) & 0xFF); in operator <<()101 p4Sequence[1] = static_cast < sal_Int8 > ((nuInt32 >> 8 ) & 0xFF); in operator <<()102 p4Sequence[2] = static_cast < sal_Int8 > ((nuInt32 >> 16 ) & 0xFF); in operator <<()103 p4Sequence[3] = static_cast < sal_Int8 > ((nuInt32 >> 24 ) & 0xFF); in operator <<()
58 ByteChucker& operator << (sal_uInt32 nuInt32);