Searched defs:allocator_arg_t (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/libcxx/test/std/utilities/memory/allocator.tag/ |
H A D | allocator_arg.pass.cpp | 17 void test(std::allocator_arg_t) {} in test()
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | PR11000.cpp | 7 tuple(allocator_arg_t, const _Alloc&) {} in tuple() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.tag/ |
H A D | allocator_arg.pass.cpp | 20 void test(std::allocator_arg_t) {} in test()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | uses_allocator.h | 39 struct allocator_arg_t { }; in _GLIBCXX_VISIBILITY() struct
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | uses_allocator.h | 39 struct allocator_arg_t { }; in _GLIBCXX_VISIBILITY() struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | uses_allocator_fwd.hpp | 36 typedef const std::allocator_arg_t & allocator_arg_t; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | memory.hpp | 65 struct allocator_arg_t {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory/ |
D | allocator_arg_t.h | 26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory/ |
D | allocator_arg_t.h | 26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory/ |
D | allocator_arg_t.h | 26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory/ |
H A D | allocator_arg_t.h | 26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__memory/ |
D | allocator_arg_t.h | 26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory/ |
D | allocator_arg_t.h | 26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/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)
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | executor.hpp | 249 executor::executor(allocator_arg_t, const Allocator& a, Executor e) in executor() argument
|