Searched refs:mExtraHandlesForNextApi (Results 1 – 2 of 2) sorted by relevance
479 item->createdHandles.insert(item->createdHandles.end(), mExtraHandlesForNextApi.begin(), in setCreatedHandlesForApi()480 mExtraHandlesForNextApi.end()); in setCreatedHandlesForApi()481 mExtraHandlesForNextApi.clear(); in setCreatedHandlesForApi()485 mExtraHandlesForNextApi.assign(created, created + count); in createExtraHandlesForNextApi()
139 std::vector<uint64_t> mExtraHandlesForNextApi; variable