Lines Matching refs:old_offset

127     uint32_t old_offset = offset;  in GetFloat()  local
129 if (offset == old_offset) in GetFloat()
143 uint32_t old_offset = offset; in GetDouble() local
145 if (offset == old_offset) in GetDouble()
159 uint32_t old_offset = offset; in GetLongDouble() local
161 if (offset == old_offset) in GetLongDouble()
175 uint32_t old_offset = offset; in GetAddress() local
177 if (offset == old_offset) in GetAddress()
191 uint32_t old_offset = offset; in GetUnsignedInt8() local
193 if (offset == old_offset) in GetUnsignedInt8()
207 uint32_t old_offset = offset; in GetUnsignedInt16() local
209 if (offset == old_offset) in GetUnsignedInt16()
223 uint32_t old_offset = offset; in GetUnsignedInt32() local
225 if (offset == old_offset) in GetUnsignedInt32()
239 uint32_t old_offset = offset; in GetUnsignedInt64() local
241 if (offset == old_offset) in GetUnsignedInt64()
255 uint32_t old_offset = offset; in GetSignedInt8() local
257 if (offset == old_offset) in GetSignedInt8()
271 uint32_t old_offset = offset; in GetSignedInt16() local
273 if (offset == old_offset) in GetSignedInt16()
287 uint32_t old_offset = offset; in GetSignedInt32() local
289 if (offset == old_offset) in GetSignedInt32()
303 uint32_t old_offset = offset; in GetSignedInt64() local
305 if (offset == old_offset) in GetSignedInt64()
319 uint32_t old_offset = offset; in GetString() local
321 if (offset == old_offset || (value == nullptr)) in GetString()
353 uint32_t old_offset = offset; in ReadRawData() local
355 if ((offset == old_offset) || (ok == nullptr)) in ReadRawData()