Lines Matching refs:DPOS
1215 const size_t DPOS = mDataPos; in readObject() local
1220 if ((DPOS+sizeof(T)) <= mDataSize) { in readObject()
1221 const T* obj = reinterpret_cast<const T*>(mData+DPOS); in readObject()
1222 mDataPos = DPOS + sizeof(T); in readObject()
1262 this, DPOS, opos); in readObject()
1267 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1273 if (OBJS[opos] == DPOS) { in readObject()
1276 this, DPOS, opos); in readObject()
1286 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1289 if (OBJS[opos] == DPOS) { in readObject()
1292 this, DPOS, opos); in readObject()
1302 this, DPOS); in readObject()