Searched refs:mQueryPoolIndex (Results 1 – 2 of 2) sorted by relevance
4103 size_t poolIndex = query->mQueryPoolIndex; in freeQuery()4132 mQueryPoolIndex(0), in QueryHelper()4144 mQueryPoolIndex(rhs.mQueryPoolIndex), in QueryHelper()4150 rhs.mQueryPoolIndex = 0; in QueryHelper()4160 std::swap(mQueryPoolIndex, rhs.mQueryPoolIndex); in operator =()4173 mQueryPoolIndex = queryPoolIndex; in init()4183 mQueryPoolIndex = 0; in deinit()
543 return mDynamicQueryPool->getQueryPool(mQueryPoolIndex); in getQueryPool()563 size_t mQueryPoolIndex; variable