Lines Matching refs:DPOS
1210 const size_t DPOS = mDataPos; in readObject() local
1215 if ((DPOS+sizeof(T)) <= mDataSize) { in readObject()
1216 const T* obj = reinterpret_cast<const T*>(mData+DPOS); in readObject()
1217 mDataPos = DPOS + sizeof(T); in readObject()
1257 this, DPOS, opos); in readObject()
1262 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1268 if (OBJS[opos] == DPOS) { in readObject()
1271 this, DPOS, opos); in readObject()
1281 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1284 if (OBJS[opos] == DPOS) { in readObject()
1287 this, DPOS, opos); in readObject()
1297 this, DPOS); in readObject()