Searched refs:rInt8 (Results 1 – 3 of 3) sorted by relevance
103 ByteGrabber& ByteGrabber::operator >> (sal_Int8& rInt8) in operator >>() argument107 rInt8 = 0; in operator >>()109 rInt8 = aSequence[0] & 0xFF; in operator >>()146 ByteGrabber& ByteGrabber::operator >> (sal_uInt8& rInt8) in operator >>() argument151 rInt8 = 0; in operator >>()153 rInt8 = static_cast < sal_uInt8 > (aSequence[0] & 0xFF ); in operator >>()
106 MemoryByteGrabber& operator >> (sal_Int8& rInt8) in operator >>() argument109 rInt8 = 0; in operator >>()111 rInt8 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()139 MemoryByteGrabber& operator >> (sal_uInt8& rInt8) in operator >>() argument142 rInt8 = 0; in operator >>()144 rInt8 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
65 ByteGrabber& operator >> (sal_Int8& rInt8);
Completed in 21 milliseconds