Home
last modified time | relevance | path

Searched defs:allocator_arg_t (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/fiber/future/
Dasync.hpp85 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Fn && fn, Args ... args) { in async()
107 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Allocator alloc, Fn && fn, Args … in async()
Dpromise.hpp113 promise( std::allocator_arg_t, Allocator alloc) : in promise()
154 promise( std::allocator_arg_t, Allocator alloc) : in promise()
188 promise( std::allocator_arg_t, Allocator alloc) : in promise()
Dpackaged_task.hpp52 explicit packaged_task( std::allocator_arg_t, Allocator const& alloc, Fn && fn) { in packaged_task()
/third_party/boost/boost/container/
Duses_allocator_fwd.hpp36 typedef const std::allocator_arg_t & allocator_arg_t; typedef
/third_party/boost/boost/fiber/
Dfiber.hpp90 fiber( std::allocator_arg_t, StackAllocator && salloc, Fn && fn, Arg && ... arg) : in fiber()
104 … fiber( launch policy, std::allocator_arg_t, StackAllocator && salloc, Fn && fn, Arg && ... arg) : in fiber()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dmemory.hpp65 struct allocator_arg_t {}; struct
/third_party/boost/boost/asio/detail/
Dmemory.hpp65 struct allocator_arg_t {}; struct
/third_party/boost/boost/context/
Dcontinuation_fcontext.hpp332 callcc( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) { in callcc()
341 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
Dfiber_fcontext.hpp233 fiber( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) : in fiber()
239 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
Dcontinuation_winfib.hpp456 callcc( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) { in callcc()
464 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
Dfiber_winfib.hpp330 fiber( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) : in fiber()
336 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
Dcontinuation_ucontext.hpp525 callcc( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) { in callcc()
533 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
Dfiber_ucontext.hpp401 fiber( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) : in fiber()
407 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dexecutor.hpp249 executor::executor(allocator_arg_t, const Allocator& a, Executor e) in executor() argument
/third_party/boost/boost/asio/impl/
Dexecutor.hpp249 executor::executor(allocator_arg_t, const Allocator& a, Executor e) in executor() argument
/third_party/boost/boost/thread/
Dfuture.hpp2290 promise(boost::allocator_arg_t, Allocator a) in promise()
2581 promise(boost::allocator_arg_t, Allocator a) in promise()
2762 promise(boost::allocator_arg_t, Allocator a) in promise()
3627 packaged_task(boost::allocator_arg_t, Allocator a, R(*f)())
3650 packaged_task(boost::allocator_arg_t, Allocator a, BOOST_THREAD_FWD_REF(F) f)
3672 packaged_task(boost::allocator_arg_t, Allocator a, const F& f)
3691 packaged_task(boost::allocator_arg_t, Allocator a, BOOST_THREAD_RV_REF(F) f)