Lines Matching full:indices
173 ent.indices.add(pos);
292 newEntries.editItemAt(newOffset).indices.clear();
298 // Update the indices to include this new position.
299 newEntries.editItemAt(newOffset).indices.add(i);
332 mValues.add(ent.value, ent.indices[0]);
560 const Vector<size_t>* indices = offsetsForString(val);
561 ssize_t res = indices != NULL && indices->size() > 0 ? indices->itemAt(0) : -1;
573 return &mEntries[mEntryArray[pos]].indices;