Home
last modified time | relevance | path

Searched refs:test_swap (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/skia/tests/
DTArrayTest.cpp63 template <typename T> static void test_swap(skiatest::Reporter* reporter, in test_swap() function
97 static void test_swap(skiatest::Reporter* reporter) { in test_swap() function
105 test_swap(reporter, arrays, sizes); in test_swap()
119 test_swap(reporter, arraysMoi, sizes); in test_swap()
246 test_swap(reporter); in DEF_TEST()
/third_party/boost/libs/gil/test/core/image_view/
Dcollection.cpp61 void test_swap() in test_swap() function
112 test_swap(); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus_test.cc471 auto test_swap = [](const absl::Status& s1, const absl::Status& s2) { in TEST() local
481 test_swap(ok, no_payload); in TEST()
482 test_swap(no_payload, ok); in TEST()
483 test_swap(ok, with_payload); in TEST()
484 test_swap(with_payload, ok); in TEST()
485 test_swap(no_payload, with_payload); in TEST()
486 test_swap(with_payload, no_payload); in TEST()
/third_party/abseil-cpp/absl/status/
Dstatus_test.cc440 auto test_swap = [](const absl::Status& s1, const absl::Status& s2) { in TEST() local
450 test_swap(ok, no_payload); in TEST()
451 test_swap(no_payload, ok); in TEST()
452 test_swap(ok, with_payload); in TEST()
453 test_swap(with_payload, ok); in TEST()
454 test_swap(no_payload, with_payload); in TEST()
455 test_swap(with_payload, no_payload); in TEST()
/third_party/skia/tests/
DTArrayTest.cpp169 template <typename T> static void test_swap(skiatest::Reporter* reporter, in test_swap() function
203 static void test_swap(skiatest::Reporter* reporter) { in test_swap() function
211 test_swap(reporter, arrays, sizes); in test_swap()
225 test_swap(reporter, arraysMoi, sizes); in test_swap()
348 test_swap(reporter); in DEF_TEST()
/third_party/boost/libs/any/test/
Dany_test.cpp37 void test_swap();
54 { "swap member function", test_swap },
190 void test_swap() in test_swap() function
/third_party/boost/libs/gil/test/legacy/
Dpixel.cpp112 test_swap(is_swappable{}); in test_heterogeneous()
115 void test_swap(std::false_type) {} in test_swap() function
116 void test_swap(std::true_type) { in test_swap() function
/third_party/boost/libs/container/test/
Dsmall_vector_test.cpp92 bool test_swap() in test_swap() function
156 if(!test_swap()) in main()
Dnode_handle_test.cpp475 void test_swap() in test_swap() function
630 test_swap(); in main()
/third_party/boost/libs/intrusive/test/
Dgeneric_multiset_test.hpp36 static void test_swap(value_cont_type&);
66 test_swap(values); in test_all()
159 void test_generic_multiset<ContainerDefiner>::test_swap(value_cont_type& values) in test_swap() function in boost::intrusive::test::test_generic_multiset
Dgeneric_set_test.hpp40 static void test_swap(value_cont_type&);
75 test_swap(values); in test_all()
240 void test_generic_set<ContainerDefiner>::test_swap(value_cont_type& values) in test_swap() function in boost::intrusive::test::test_generic_set
Dlist_test.cpp56 static void test_swap(ValueContainer&);
83 test_swap(values); in test_all()
274 ::test_swap(ValueContainer& values) in test_swap() function in test_list
Dslist_test.cpp59 static void test_swap(ValueContainer&);
89 test_swap(values); in test_all()
328 ::test_swap(ValueContainer& values) in test_swap() function in test_slist
Dunordered_test.hpp40 static void test_swap(value_cont_type& values);
85 test_swap(values); in test_all()
394 void test_unordered<ContainerDefiner>::test_swap(value_cont_type& values) in test_swap() function in boost::intrusive::test::test_unordered
/third_party/boost/libs/optional/test/
Doptional_test_ref_portable_minimum.cpp403 void test_swap() in test_swap() function
459 test_swap<T, T>(); in test_optional_ref()
476 test_swap<const T, const T>(); in test_optional_const_ref()
477 test_swap<T, const T>(); in test_optional_const_ref()
Doptional_test_move.cpp304 void test_swap() in test_swap() function
348 test_swap(); in main()
/third_party/boost/libs/signals2/test/
Dsignal_n_test.cpp321 test_swap() in test_swap() function
349 test_swap(); in BOOST_AUTO_TEST_CASE()
Dsignal_test.cpp301 test_swap() in test_swap() function
346 test_swap(); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.cpp145 test_swap(pt); in run_tests()
/third_party/boost/libs/multiprecision/test/
Dconstexpr_test_cpp_int_5.cpp91 constexpr T test_swap(T a, T b) in test_swap() function
274 constexpr small_int_backend r = test_swap(si1, si2); in main()
/third_party/boost/libs/thread/test/
Dtest_thread.cpp207 BOOST_AUTO_TEST_CASE(test_swap) in BOOST_AUTO_TEST_CASE() argument
/third_party/glib/glib/tests/
Dutils.c221 test_swap (void) in test_swap() function
840 g_test_add_func ("/utils/swap", test_swap); in main()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dswapimpl.cpp645 test_swap(const UDataSwapper *ds, in test_swap() function
747 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */
/third_party/boost/libs/stl_interfaces/test/
Darray.cpp154 void test_swap() in test_swap() function
584 test_swap(); in main()
/third_party/icu/icu4c/source/tools/toolutil/
Dswapimpl.cpp746 test_swap(const UDataSwapper *ds, in test_swap() function
852 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */

12