Home
last modified time | relevance | path

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 Dallocator_arg.pass.cpp17 void test(std::allocator_arg_t) {} in test()
/aosp_15_r20/external/clang/test/Parser/
H A DPR11000.cpp7 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 Dallocator_arg.pass.cpp20 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/
Duses_allocator.h39 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/
Duses_allocator.h39 struct allocator_arg_t { }; in _GLIBCXX_VISIBILITY() struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Duses_allocator_fwd.hpp36 typedef const std::allocator_arg_t & allocator_arg_t; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dmemory.hpp65 struct allocator_arg_t {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory/
Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory/
Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory/
Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory/
H A Dallocator_arg_t.h26 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/
Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory/
Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/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)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dexecutor.hpp249 executor::executor(allocator_arg_t, const Allocator& a, Executor e) in executor() argument