Lines Matching refs:lhs
1091 const nw::ut::MoveArray<TElement>& lhs,
1095 if (lhs.size() != rhs.size())
1099 return std::equal(lhs.begin(), lhs.end(), rhs.begin());
1115 const nw::ut::MoveArray<TElement>& lhs,
1119 if (lhs.size() != rhs.size())
1123 return !(lhs == rhs);
1139 const nw::ut::MoveArray<TElement>& lhs,
1143 return std::lexicographical_compare(lhs.begin(), lhs.end(), rhs.begin(), rhs.end());
1159 const nw::ut::MoveArray<TElement>& lhs,
1163 return rhs < lhs;
1179 const nw::ut::MoveArray<TElement>& lhs,
1183 return !(rhs < lhs);
1199 const nw::ut::MoveArray<TElement>& lhs,
1203 return !(lhs < rhs);