Home
last modified time | relevance | path

Searched defs:allocator_arg (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory/
Dallocator_arg_t.h31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory/
Dallocator_arg_t.h31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory/
Dallocator_arg_t.h31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory/
H A Dallocator_arg_t.h31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__memory/
Dallocator_arg_t.h31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory/
Dallocator_arg_t.h31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
/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.h41 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); in _GLIBCXX_VISIBILITY() local
/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.h41 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); in _GLIBCXX_VISIBILITY() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Duses_allocator_fwd.hpp56 static allocator_arg_t allocator_arg = BOOST_CONTAINER_DOC1ST(unspecified, *std_allocator_arg_holde… variable
/aosp_15_r20/external/libcxx/src/
H A Dmemory.cpp19 const allocator_arg_t allocator_arg = allocator_arg_t(); variable