Searched refs:mObjects (Results 1 – 1 of 1) sorted by relevance
87 if (mObjects.empty()) { in obtain()92 auto o = wrap(mObjects.front().release()); in obtain()93 mObjects.pop_front(); in obtain()107 mObjects.push_back(std::unique_ptr<T> { o } ); in recycle()126 std::deque<std::unique_ptr<T>> mObjects; variable