Home
last modified time | relevance | path

Searched refs:EMPLACE_ASSOC (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dtree_test.cpp184 …test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_ASSOC); in main()
Dflat_tree_test.cpp185 …test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_ASSOC); in main()
Demplace_test.hpp95 EMPLACE_ASSOC = 1 << 4, enumerator
610 if(!test_emplace_assoc<Container>(emplace_active<O, EMPLACE_ASSOC>())) in test_emplace()
/third_party/boost/libs/container/test/
Demplace_test.hpp96 EMPLACE_ASSOC = 1 << 4, enumerator
665 if(!test_emplace_assoc<Container>(emplace_active<O, EMPLACE_ASSOC>())){ in test_emplace()
Dset_test.cpp537 …test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_ASSOC); in main()
Dflat_set_test.cpp816 …test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_ASSOC); in main()