Searched refs:AllocationMap (Results 1 – 5 of 5) sorted by relevance
114 using AllocationMap = absl::flat_hash_map<const void*, Allocation>; variable127 absl::flat_hash_map<int, AllocationMap> opaque_to_allocation_map_
220 AllocationMap& allocation_map = opaque_to_allocation_map_[device_ordinal]; in AddAllocationOrIncrementRefCount()234 AllocationMap& allocation_map = opaque_to_allocation_map_[device_ordinal]; in DecrementRefCount()
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()