Home
last modified time | relevance | path

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 Dweak_order.pass.cpp40 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 Dcompare_weak_order_fallback.pass.cpp40 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 Dpartial_order.pass.cpp189 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 Dcompare_partial_order_fallback.pass.cpp189 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