/third_party/boost/boost/fiber/future/ |
D | async.hpp | 85 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()
|
D | promise.hpp | 113 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()
|
D | packaged_task.hpp | 52 explicit packaged_task( std::allocator_arg_t, Allocator const& alloc, Fn && fn) { in packaged_task()
|
/third_party/boost/boost/container/ |
D | uses_allocator_fwd.hpp | 36 typedef const std::allocator_arg_t & allocator_arg_t; typedef
|
/third_party/boost/boost/fiber/ |
D | fiber.hpp | 90 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/ |
D | memory.hpp | 65 struct allocator_arg_t {}; struct
|
/third_party/boost/boost/asio/detail/ |
D | memory.hpp | 65 struct allocator_arg_t {}; struct
|
/third_party/boost/boost/context/ |
D | continuation_fcontext.hpp | 332 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()
|
D | fiber_fcontext.hpp | 233 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()
|
D | continuation_winfib.hpp | 456 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()
|
D | fiber_winfib.hpp | 330 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()
|
D | continuation_ucontext.hpp | 525 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()
|
D | fiber_ucontext.hpp | 401 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/ |
D | executor.hpp | 249 executor::executor(allocator_arg_t, const Allocator& a, Executor e) in executor() argument
|
/third_party/boost/boost/asio/impl/ |
D | executor.hpp | 249 executor::executor(allocator_arg_t, const Allocator& a, Executor e) in executor() argument
|
/third_party/boost/boost/thread/ |
D | future.hpp | 2290 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)
|