Searched defs:weak_order (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/cmp/cmp.alg/ |
H A D | weak_order.pass.cpp | 40 std::strong_ordering weak_order(const A&, const A&) { return std::strong_ordering::less; } in weak_order() function 66 std::strong_ordering weak_order(A&, A&&) { return std::strong_ordering::less; } in weak_order() function 67 std::strong_ordering weak_order(A&&, A&&) { return std::strong_ordering::equal; } in weak_order() function 79 friend WeakOrder weak_order(C& lhs, C&) { lhs.touched = true; return WeakOrder(); } in weak_order() function
|
H A D | compare_weak_order_fallback.pass.cpp | 40 std::strong_ordering weak_order(const A&, const A&) { return std::strong_ordering::less; } in weak_order() function 66 std::strong_ordering weak_order(A&, A&&) { return std::strong_ordering::less; } in weak_order() function 67 std::strong_ordering weak_order(A&&, A&&) { return std::strong_ordering::equal; } in weak_order() function 79 friend WeakOrder weak_order(C& lhs, C&) { lhs.touched = true; return WeakOrder(); } in weak_order() function
|
H A D | partial_order.pass.cpp | 189 constexpr std::strong_ordering weak_order(A&, A&&) { return std::strong_ordering::less; } in weak_order() function 190 constexpr std::strong_ordering weak_order(A&&, A&&) { return std::strong_ordering::equal; } in weak_order() function 210 … friend constexpr WeakOrder weak_order(D& lhs, D&) { lhs.touched = true; return WeakOrder(); } in weak_order() function
|
H A D | compare_partial_order_fallback.pass.cpp | 189 constexpr std::strong_ordering weak_order(A&, A&&) { return std::strong_ordering::less; } in weak_order() function 190 constexpr std::strong_ordering weak_order(A&&, A&&) { return std::strong_ordering::equal; } in weak_order() function 210 … friend constexpr WeakOrder weak_order(D& lhs, D&) { lhs.touched = true; return WeakOrder(); } in weak_order() function
|