Home | History | Annotate | Download | only in base

Lines Matching refs:allocations_

216   for (AllocationMap::iterator it = allocations_.begin();
217 it != allocations_.end(); ++it) {
520 AllocationMap::const_iterator it = allocations_.find(*conn);
521 return (it != allocations_.end()) ? it->second : NULL;
537 allocations_[*conn] = allocation;
602 AllocationMap::iterator it = allocations_.find(*(allocation->conn()));
603 if (it != allocations_.end())
604 allocations_.erase(it);