Home
last modified time | relevance | path

Searched refs:test_emplace (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dtree_test.cpp185 if(!boost::interprocess::test::test_emplace<set<test::EmplaceInt>, SetOptions>()) in main()
187 if(!boost::interprocess::test::test_emplace<multiset<test::EmplaceInt>, SetOptions>()) in main()
190 …if(!boost::interprocess::test::test_emplace<map<test::EmplaceInt, test::EmplaceInt>, MapOptions>()) in main()
192 …if(!boost::interprocess::test::test_emplace<multimap<test::EmplaceInt, test::EmplaceInt>, MapOptio… in main()
Dflat_tree_test.cpp188 …if(!boost::interprocess::test::test_emplace<flat_map<test::EmplaceInt, test::EmplaceInt>, MapOptio… in main()
190 …if(!boost::interprocess::test::test_emplace<flat_multimap<test::EmplaceInt, test::EmplaceInt>, Map… in main()
192 if(!boost::interprocess::test::test_emplace<flat_set<test::EmplaceInt>, SetOptions>()) in main()
194 if(!boost::interprocess::test::test_emplace<flat_multiset<test::EmplaceInt>, SetOptions>()) in main()
Dlist_test.cpp56 if(!boost::interprocess::test::test_emplace<list<test::EmplaceInt>, Options>()) in main()
Dslist_test.cpp56 if(!boost::interprocess::test::test_emplace in main()
Dstable_vector_test.cpp64 if(!boost::interprocess::test::test_emplace in main()
Dvector_test.cpp95 if(!boost::interprocess::test::test_emplace in main()
Ddeque_test.cpp304 if(!boost::interprocess::test::test_emplace in main()
Demplace_test.hpp600 bool test_emplace() in test_emplace() function
/third_party/boost/libs/optional/test/
Doptional_test_emplace.cpp51 void test_emplace() in test_emplace() function
297 void test_emplace() in test_emplace() function
374 test_emplace(); in main()
384 no_rvalue_refs::test_emplace(); in main()
/third_party/boost/libs/container/test/
Dstable_vector_test.cpp147 if(!boost::container::test::test_emplace in main()
Dlist_test.cpp189 if(!boost::container::test::test_emplace<list<test::EmplaceInt>, Options>()) in main()
Dslist_test.cpp186 if(!boost::container::test::test_emplace in main()
Dsmall_vector_test.cpp177 if(!boost::container::test::test_emplace< small_vector<test::EmplaceInt, 5>, Options>()){ in main()
Dset_test.cpp538 if(!boost::container::test::test_emplace<set<test::EmplaceInt>, SetOptions>()) in main()
540 if(!boost::container::test::test_emplace<multiset<test::EmplaceInt>, SetOptions>()) in main()
Dvector_test.cpp272 if(!boost::container::test::test_emplace< vector<test::EmplaceInt>, Options>()){ in main()
Dmap_test.cpp552 if(!boost::container::test::test_emplace<map<test::EmplaceInt, test::EmplaceInt>, MapOptions>()) in main()
554 …if(!boost::container::test::test_emplace<multimap<test::EmplaceInt, test::EmplaceInt>, MapOptions>… in main()
Dflat_map_test.cpp725 …if(!boost::container::test::test_emplace<flat_map<test::EmplaceInt, test::EmplaceInt>, MapOptions>… in main()
727 …if(!boost::container::test::test_emplace<flat_multimap<test::EmplaceInt, test::EmplaceInt>, MapOpt… in main()
Dflat_set_test.cpp818 if(!boost::container::test::test_emplace<flat_set<test::EmplaceInt>, SetOptions>()) in main()
820 if(!boost::container::test::test_emplace<flat_multiset<test::EmplaceInt>, SetOptions>()) in main()
Ddeque_test.cpp384 if(!boost::container::test::test_emplace in main()
Demplace_test.hpp651 bool test_emplace() in test_emplace() function