Lines Matching refs:old_offset
124 uint32_t old_offset = offset; in GetFloat() local
126 if (offset == old_offset) in GetFloat()
139 uint32_t old_offset = offset; in GetDouble() local
141 if (offset == old_offset) in GetDouble()
154 uint32_t old_offset = offset; in GetLongDouble() local
156 if (offset == old_offset) in GetLongDouble()
169 uint32_t old_offset = offset; in GetAddress() local
171 if (offset == old_offset) in GetAddress()
184 uint32_t old_offset = offset; in GetUnsignedInt8() local
186 if (offset == old_offset) in GetUnsignedInt8()
199 uint32_t old_offset = offset; in GetUnsignedInt16() local
201 if (offset == old_offset) in GetUnsignedInt16()
214 uint32_t old_offset = offset; in GetUnsignedInt32() local
216 if (offset == old_offset) in GetUnsignedInt32()
229 uint32_t old_offset = offset; in GetUnsignedInt64() local
231 if (offset == old_offset) in GetUnsignedInt64()
244 uint32_t old_offset = offset; in GetSignedInt8() local
246 if (offset == old_offset) in GetSignedInt8()
259 uint32_t old_offset = offset; in GetSignedInt16() local
261 if (offset == old_offset) in GetSignedInt16()
274 uint32_t old_offset = offset; in GetSignedInt32() local
276 if (offset == old_offset) in GetSignedInt32()
289 uint32_t old_offset = offset; in GetSignedInt64() local
291 if (offset == old_offset) in GetSignedInt64()
304 uint32_t old_offset = offset; in GetString() local
306 if (offset == old_offset || (value == nullptr)) in GetString()
335 uint32_t old_offset = offset; in ReadRawData() local
337 if ((offset == old_offset) || (ok == nullptr)) in ReadRawData()