Searched defs:TwoWayHomoComparator (Results 1 – 2 of 2) sorted by relevance
63 struct TwoWayHomoComparator : public CompareBase { struct64 bool operator()(T1 const& lhs, T2 const& rhs) const { in operator ()()69 bool operator()(T2 const& lhs, T1 const& rhs) const { in operator ()()
55 struct TwoWayHomoComparator : public CompareBase { struct56 bool operator()(T1 const& lhs, T2 const& rhs) const { in operator ()()61 bool operator()(T2 const& lhs, T1 const& rhs) const { in operator ()()