Lines Matching refs:lhs
1112 const nw::ut::MoveArray<TElement>& lhs,
1116 if (lhs.size() != rhs.size())
1120 return std::equal(lhs.begin(), lhs.end(), rhs.begin());
1136 const nw::ut::MoveArray<TElement>& lhs,
1140 if (lhs.size() != rhs.size())
1144 return !(lhs == rhs);
1160 const nw::ut::MoveArray<TElement>& lhs,
1164 return std::lexicographical_compare(lhs.begin(), lhs.end(), rhs.begin(), rhs.end());
1180 const nw::ut::MoveArray<TElement>& lhs,
1184 return rhs < lhs;
1200 const nw::ut::MoveArray<TElement>& lhs,
1204 return !(rhs < lhs);
1220 const nw::ut::MoveArray<TElement>& lhs,
1224 return !(lhs < rhs);