Home | History | Annotate | Download | only in ref

Lines Matching defs:m_nextsib

67   protected SuballocatedIntVector m_nextsib;
212 m_nextsib = new SuballocatedIntVector(blocksize, numblocks);
558 int info = (identity >= m_size) ? NOTPROCESSED : m_nextsib.elementAt(identity);
571 info = m_nextsib.elementAt(identity);