Home
last modified time | relevance | path

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

/third_party/boost/boost/core/
Dalloc_construct.hpp80 boost::allocator_construct(a, p); in alloc_construct()
89 boost::allocator_construct(a, p, std::forward<U>(u), in alloc_construct()
97 boost::allocator_construct(a, p, std::forward<U>(u)); in alloc_construct()
105 boost::allocator_construct(a, p, u); in alloc_construct()
112 boost::allocator_construct(a, p, u); in alloc_construct()
122 boost::allocator_construct(a, p + i); in alloc_construct_n()
133 boost::allocator_construct(a, p + i, l[i % m]); in alloc_construct_n()
144 boost::allocator_construct(a, p + i, *b); in alloc_construct_n()
Dallocator_access.hpp367 allocator_construct(A&, T* p) in allocator_construct() function
376 allocator_construct(A&, T* p, V&& v, Args&&... args) in allocator_construct() function
383 allocator_construct(A&, T* p, V&& v) in allocator_construct() function
391 allocator_construct(A&, T* p, const V& v) in allocator_construct() function
398 allocator_construct(A&, T* p, V& v) in allocator_construct() function
406 allocator_construct(A& a, T* p, Args&&... args) in allocator_construct() function
430 allocator_construct(A& a, T* p, Args&&... args) in allocator_construct() function
438 allocator_construct(A&, T* p, Args&&... args) in allocator_construct() function
/third_party/boost/libs/core/test/
Dallocator_construct_test.cpp34 boost::allocator_construct(a, &i, 5); in main()
41 boost::allocator_construct(a, &i, 5); in main()
/third_party/boost/boost/circular_buffer/
Ddetails.hpp427 boost::allocator_construct(a, boost::to_address(dest), *first); in uninitialized_copy()
441 boost::allocator_construct(a, boost::to_address(dest), boost::move(*first)); in uninitialized_move_if_noexcept_impl()
470 boost::allocator_construct(alloc, boost::to_address(first), item); in uninitialized_fill_n_with_alloc()
Dbase.hpp671 … boost::allocator_construct(alloc(), boost::to_address(dest), boost::move_if_noexcept(*src)); in linearize()
1429 boost::allocator_construct(alloc(), boost::to_address(m_last), static_cast<ValT>(item)); in push_back_impl()
1447 … boost::allocator_construct(alloc(), boost::to_address(m_first), static_cast<ValT>(item)); in push_front_impl()
2432 boost::allocator_construct(alloc(), boost::to_address(pos), item); in construct_or_replace()
2440 boost::allocator_construct(alloc(), boost::to_address(pos), boost::move(item)); in construct_or_replace()
2580 boost::allocator_construct(alloc(), boost::to_address(m_last), *first++); in initialize()
2845 boost::allocator_construct(alloc(), boost::to_address(p), *wrapper()); in insert_n()
2939 boost::allocator_construct(alloc(), boost::to_address(p), *wrapper()); in rinsert_n()
/third_party/boost/libs/core/doc/
Dallocator_access.qbk151 void allocator_construct(A& a, T* p, Args&&... args);
219 void allocator_construct(A& a, T*p, Args&&... args);`]