Lines Matching defs:address
119 std::string SocketAddress::address() const {
145 std::string("[") + address() + "]:" :
146 address() + ":") +
200 const SocketAddress& address) const {
201 auto it = map_.find(address);
225 // If an item already exists for the given address, bump up it's
232 const SocketAddress& address) {
236 auto it = map_.find(address);
243 list_.push_front(Pair(address, { }));
244 map_[address] = list_.begin();
255 return &map_[address]->second;