Home
last modified time | relevance | path

Searched refs:try_emplace_t (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/container/detail/
Dpair.hpp121 struct try_emplace_t{}; struct
313 pair(try_emplace_t, BOOST_FWD_REF(KeyType) k, Args && ...args) in pair()
323 pair( try_emplace_t, BOOST_FWD_REF(KeyType) k BOOST_MOVE_I##N BOOST_MOVE_UREF##N )\
Ddispatch_uses_allocator.hpp416 …(ConstructAlloc & construct_alloc, BOOST_FWD_REF(ArgAlloc) arg_alloc, Pair* p, try_emplace_t, BOOS… in dispatch_uses_allocator() argument
436 (ConstructAlloc &construct_alloc, BOOST_FWD_REF(ArgAlloc) arg_alloc, Pair* p, try_emplace_t, \
Dflat_tree.hpp987 typedef typename emplace_functor_type<try_emplace_t, KeyType, Args...>::type func_t; in try_emplace()
989 … func_t func(try_emplace_t(), ::boost::forward<KeyType>(key), ::boost::forward<Args>(args)...); in try_emplace()
1056 …typedef typename emplace_functor_type<try_emplace_t, KeyType BOOST_MOVE_I##N BOOST_MOVE_TARG##N>::…
1058 … func_t func(try_emplace_t(), ::boost::forward<KeyType>(key) BOOST_MOVE_I##N BOOST_MOVE_FWD##N);\
Dtree.hpp1103 …(*AllocHolder::create_node(try_emplace_t(), boost::forward<KeyType>(key), boost::forward<Args>(arg… in try_emplace()
1151 …(*AllocHolder::create_node(try_emplace_t(), boost::forward<KeyType>(key) BOOST_MOVE_I##N BOOST_MOV…
/third_party/boost/libs/container/test/
Dscoped_allocator_adaptor_test.cpp1340 s0i.construct(&dummy, try_emplace_t(), 5, 1); in main()
1352 s0i.construct(&dummy, try_emplace_t(), 6); in main()
1364 s0i.construct(&dummy, try_emplace_t(), 7, 2); in main()