Searched refs:rInt16 (Results 1 – 3 of 3) sorted by relevance
114 MemoryByteGrabber& operator >> (sal_Int16& rInt16) in operator >>() argument117 rInt16 = 0; in operator >>()120 rInt16 = mpBuffer[mnCurrent++] & 0xFF; in operator >>()121 rInt16 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 8; in operator >>()147 MemoryByteGrabber& operator >> (sal_uInt16& rInt16) in operator >>() argument150 rInt16 = 0; in operator >>()153 rInt16 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()154 rInt16 |= ( mpBuffer [mnCurrent++] & 0xFF ) << 8; in operator >>()
113 ByteGrabber& ByteGrabber::operator >> (sal_Int16& rInt16) in operator >>() argument117 rInt16 = 0; in operator >>()121 rInt16 = static_cast <sal_Int16> in operator >>()156 ByteGrabber& ByteGrabber::operator >> (sal_uInt16& rInt16) in operator >>() argument161 rInt16 = 0; in operator >>()165 rInt16 = static_cast <sal_uInt16> in operator >>()
66 ByteGrabber& operator >> (sal_Int16& rInt16);
Completed in 19 milliseconds