Home
last modified time | relevance | path

Searched refs:rhs_copy (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/heap/detail/
Dheap_comparison.hpp72 Heap2 rhs_copy(rhs); in operator ()() local
75 if (!value_equality(lhs_copy, rhs_copy, lhs_copy.top(), rhs_copy.top())) in operator ()()
79 rhs_copy.pop(); in operator ()()
81 if (lhs_copy.empty() && rhs_copy.empty()) in operator ()()
87 if (rhs_copy.empty()) in operator ()()
204 Heap2 rhs_copy(rhs); in operator ()() local
207 if (value_compare(lhs_copy, rhs_copy, lhs_copy.top(), rhs_copy.top())) in operator ()()
210 if (value_compare(lhs_copy, rhs_copy, rhs_copy.top(), lhs_copy.top())) in operator ()()
214 rhs_copy.pop(); in operator ()()
216 if (lhs_copy.empty() && rhs_copy.empty()) in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc102 ThrowingValue<> lhs_copy(lhs), rhs_copy(rhs); in TEST() local
106 EXPECT_NE(lhs, rhs_copy); in TEST()
/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc102 ThrowingValue<> lhs_copy(lhs), rhs_copy(rhs); in TEST() local
106 EXPECT_NE(lhs, rhs_copy); in TEST()