Lines Matching refs:objects_
396 : allocator_(allocator), objects_(allocator_.Adapter()),
473 for (const_objects_iter iter = objects_.begin(); iter != objects_.end();
485 // Comparison function for using std::sort() on objects_. PoolObject A is
497 // Helper function to add a new object into a sorted objects_ array.
500 // Helper functions to remove an object from objects_ and delete the
518 bool PoolIsEmptyForTest() const { return objects_.empty(); }
522 // The objects we are tracking references to. The objects_ vector is sorted
528 std::vector<PoolObject<T> > objects_;
534 Vector<PoolObject<T> > objects_;