Searched refs:rInt32 (Results 1 – 3 of 3) sorted by relevance
125 MemoryByteGrabber& operator >> (sal_Int32& rInt32) in operator >>() argument128 rInt32 = 0; in operator >>()131 rInt32 = mpBuffer[mnCurrent++] & 0xFF; in operator >>()132 rInt32 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 8; in operator >>()133 rInt32 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 16; in operator >>()134 rInt32 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 24; in operator >>()158 MemoryByteGrabber& operator >> (sal_uInt32& rInt32) in operator >>() argument161 rInt32 = 0; in operator >>()164 rInt32 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()165 rInt32 |= ( mpBuffer [mnCurrent++] & 0xFF ) << 8; in operator >>()[all …]
128 ByteGrabber& ByteGrabber::operator >> (sal_Int32& rInt32) in operator >>() argument133 rInt32 = 0; in operator >>()137 rInt32 = static_cast < sal_Int32 > in operator >>()
67 ByteGrabber& operator >> (sal_Int32& rInt32);
Completed in 22 milliseconds