Home
last modified time | relevance | path

Searched refs:rInt8 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DByteGrabber.cxx103 ByteGrabber& ByteGrabber::operator >> (sal_Int8& rInt8) in operator >>() argument
107 rInt8 = 0; in operator >>()
109 rInt8 = aSequence[0] & 0xFF; in operator >>()
146 ByteGrabber& ByteGrabber::operator >> (sal_uInt8& rInt8) in operator >>() argument
151 rInt8 = 0; in operator >>()
153 rInt8 = static_cast < sal_uInt8 > (aSequence[0] & 0xFF ); in operator >>()
H A DMemoryByteGrabber.hxx106 MemoryByteGrabber& operator >> (sal_Int8& rInt8) in operator >>() argument
109 rInt8 = 0; in operator >>()
111 rInt8 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
139 MemoryByteGrabber& operator >> (sal_uInt8& rInt8) in operator >>() argument
142 rInt8 = 0; in operator >>()
144 rInt8 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
/trunk/main/package/inc/
H A DByteGrabber.hxx65 ByteGrabber& operator >> (sal_Int8& rInt8);

Completed in 13 milliseconds