Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zipapi/
H A DMemoryByteGrabber.hxx125 MemoryByteGrabber& operator >> (sal_Int32& rInt32) in operator >>() argument
128 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 >>() argument
161 rInt32 = 0; in operator >>()
164 rInt32 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
165 rInt32 |= ( mpBuffer [mnCurrent++] & 0xFF ) << 8; in operator >>()
[all …]
H A DByteGrabber.cxx128 ByteGrabber& ByteGrabber::operator >> (sal_Int32& rInt32) in operator >>() argument
133 rInt32 = 0; in operator >>()
137 rInt32 = static_cast < sal_Int32 > in operator >>()
/trunk/main/package/inc/
H A DByteGrabber.hxx67 ByteGrabber& operator >> (sal_Int32& rInt32);

Completed in 23 milliseconds