Lines Matching refs:old_offset
118 uint32_t old_offset = offset; in GetFloat() local
120 if (offset == old_offset) in GetFloat()
135 uint32_t old_offset = offset; in GetDouble() local
137 if (offset == old_offset) in GetDouble()
153 uint32_t old_offset = offset; in GetLongDouble() local
155 if (offset == old_offset) in GetLongDouble()
171 uint32_t old_offset = offset; in GetAddress() local
173 if (offset == old_offset) in GetAddress()
190 uint32_t old_offset = offset; in GetUnsignedInt8() local
192 if (offset == old_offset) in GetUnsignedInt8()
208 uint32_t old_offset = offset; in GetUnsignedInt16() local
210 if (offset == old_offset) in GetUnsignedInt16()
226 uint32_t old_offset = offset; in GetUnsignedInt32() local
228 if (offset == old_offset) in GetUnsignedInt32()
244 uint32_t old_offset = offset; in GetUnsignedInt64() local
246 if (offset == old_offset) in GetUnsignedInt64()
262 uint32_t old_offset = offset; in GetSignedInt8() local
264 if (offset == old_offset) in GetSignedInt8()
280 uint32_t old_offset = offset; in GetSignedInt16() local
282 if (offset == old_offset) in GetSignedInt16()
298 uint32_t old_offset = offset; in GetSignedInt32() local
300 if (offset == old_offset) in GetSignedInt32()
316 uint32_t old_offset = offset; in GetSignedInt64() local
318 if (offset == old_offset) in GetSignedInt64()
334 uint32_t old_offset = offset; in GetString() local
336 if (offset == old_offset || (value == NULL)) in GetString()
366 uint32_t old_offset = offset; in ReadRawData() local
368 if ((offset == old_offset) || (ok == NULL)) in ReadRawData()