Searched refs:mOwnedIndices (Results 1 – 2 of 2) sorted by relevance
60 mOwnedIndices.reset(new uint16_t[mIndicesCount]); in initFromRanges()61 mIndices = mOwnedIndices.get(); in initFromRanges()81 mOwnedIndices[j] = mZeroPageIndex; in initFromRanges()84 mOwnedIndices[startPage] = (currentPage++) << (kLogValuesPerPage - kLogBitsPerEl); in initFromRanges()101 mOwnedIndices[j] = (currentPage++) << (kLogValuesPerPage - kLogBitsPerEl); in initFromRanges()
97 std::unique_ptr<uint16_t[]> mOwnedIndices; variable