Searched defs:InterProcessEdgeWithIndex (Results 1 – 2 of 2) sorted by relevance
105 struct InterProcessEdgeWithIndex { struct110 // InterProcessEdgeWithIndex will be generated. Index represents the segment index in this case. argument113 bool operator==(const InterProcessEdgeWithIndex &e) const { return to_string() == e.to_string(); } argument137 using InterProcessOpPairMap = std::map<InterProcessEdgeWithIndex, std::vector<InterProcessOpPair>>; argument
132 struct InterProcessEdgeWithIndex { struct137 // InterProcessEdgeWithIndex will be generated. Index represents the segment index in this case. argument140 bool operator==(const InterProcessEdgeWithIndex &e) const { return to_string() == e.to_string(); } argument164 using InterProcessOpPairMap = std::map<InterProcessEdgeWithIndex, std::vector<InterProcessOpPair>>; argument