Searched refs:DupRecvKey (Results 1 – 1 of 1) sorted by relevance
59 struct DupRecvKey { struct66 friend H AbslHashValue(H h, const DupRecvKey& c) { in AbslHashValue()72 friend bool operator==(const DupRecvKey& x, const DupRecvKey& y) { in operator ==()87 typedef absl::flat_hash_map<DupRecvKey, RecvInfo> DupRecvTable;1104 DupRecvKey key{src->id(), edge->src_output(), dst_graph, on_host}; in Partition()