Searched refs:AllocationMap (Results 1 – 5 of 5) sorted by relevance
110 if (index == AllocationMap::kInvalidKVIndex) { in Remove()122 if (index == AllocationMap::kInvalidKVIndex) { in Get()137 return ConstIterator(*this, AllocationMap::kInvalidKVIndex); in end()166 AllocationMap::KVIndex index) const { in GetAllocation()
336 using AllocationMap = internal::FixedHashMap< variable345 Allocation GetAllocation(AllocationMap::KVIndex) const;347 AllocationMap allocations_;
93 const TurnServer::AllocationMap& map = server_.allocations(); in FindAllocation()94 for (TurnServer::AllocationMap::const_iterator it = map.begin(); in FindAllocation()
162 typedef std::map<TurnServerConnection, TurnServerAllocation*> AllocationMap; typedef175 const AllocationMap& allocations() const { return allocations_; } in allocations()271 AllocationMap allocations_;
127 for (AllocationMap::iterator it = allocations_.begin(); in ~TurnServer()431 AllocationMap::const_iterator it = allocations_.find(*conn); in FindAllocation()513 AllocationMap::iterator it = allocations_.find(*(allocation->conn())); in OnAllocationDestroyed()