Lines Matching refs:lhs
1110 const nw::ut::MoveArray<TElement>& lhs,
1114 if (lhs.size() != rhs.size())
1118 return std::equal(lhs.begin(), lhs.end(), rhs.begin());
1134 const nw::ut::MoveArray<TElement>& lhs,
1138 if (lhs.size() != rhs.size())
1142 return !(lhs == rhs);
1158 const nw::ut::MoveArray<TElement>& lhs,
1162 return std::lexicographical_compare(lhs.begin(), lhs.end(), rhs.begin(), rhs.end());
1178 const nw::ut::MoveArray<TElement>& lhs,
1182 return rhs < lhs;
1198 const nw::ut::MoveArray<TElement>& lhs,
1202 return !(rhs < lhs);
1218 const nw::ut::MoveArray<TElement>& lhs,
1222 return !(lhs < rhs);