Searched defs:UnixAddressHashDefinition (Results 1 – 1 of 1) sorted by relevance
15 struct UnixAddressHashDefinition { struct16 typedef UnixAddress KeyType;17 typedef UnixEndpoint ValueType;19 size_t HashKey(const KeyType& key) const in HashKey()24 size_t Hash(UnixEndpoint* endpoint) const in Hash()29 bool Compare(const KeyType& key, UnixEndpoint* endpoint) const in Compare()34 UnixEndpoint*& GetLink(UnixEndpoint* endpoint) const in GetLink()