Searched refs:mIndicesCount (Results 1 – 2 of 2) sorted by relevance
58 mIndicesCount = (mMaxVal + kPageMask) >> kLogValuesPerPage; in initFromRanges()60 mOwnedIndices.reset(new uint16_t[mIndicesCount]); in initFromRanges()111 std::tie(mIndices, mIndicesCount) = reader->readArray<uint16_t>(); in initFromBuffer()122 writer->writeArray<uint16_t>(mIndices, mIndicesCount); in writeTo()
90 uint32_t mIndicesCount; variable