Home
last modified time | relevance | path

Searched refs:uses_allocator (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dqueue260 typename enable_if<uses_allocator<container_type,
266 typename enable_if<uses_allocator<container_type,
272 typename enable_if<uses_allocator<container_type,
279 typename enable_if<uses_allocator<container_type,
285 typename enable_if<uses_allocator<container_type,
421 struct _LIBCPP_TEMPLATE_VIS uses_allocator<queue<_Tp, _Container>, _Alloc>
422 : public uses_allocator<_Container, _Alloc>
497 typename enable_if<uses_allocator<container_type,
502 typename enable_if<uses_allocator<container_type,
508 typename enable_if<uses_allocator<container_type,
[all …]
H A Dstack160 typename enable_if<uses_allocator<container_type,
166 typename enable_if<uses_allocator<container_type,
172 typename enable_if<uses_allocator<container_type,
179 typename enable_if<uses_allocator<container_type,
185 typename enable_if<uses_allocator<container_type,
315 struct _LIBCPP_TEMPLATE_VIS uses_allocator<stack<_Tp, _Container>, _Alloc>
316 : public uses_allocator<_Container, _Alloc>
H A D__functional_base570 // uses_allocator
597 struct _LIBCPP_TEMPLATE_VIS uses_allocator
604 _LIBCPP_INLINE_VAR constexpr size_t uses_allocator_v = uses_allocator<_Tp, _Alloc>::value;
615 static const bool __ua = uses_allocator<_Tp, _RawAlloc>::value;
H A Dfuture147 struct uses_allocator<promise<R>, Alloc> : public true_type {};
359 template <class R, class Alloc> struct uses_allocator<packaged_task<R>, Alloc>;
1741 struct _LIBCPP_TEMPLATE_VIS uses_allocator<promise<_Rp>, _Alloc>
2270 struct _LIBCPP_TEMPLATE_VIS uses_allocator<packaged_task<_Callable>, _Alloc>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dqueue260 typename enable_if<uses_allocator<container_type,
266 typename enable_if<uses_allocator<container_type,
272 typename enable_if<uses_allocator<container_type,
279 typename enable_if<uses_allocator<container_type,
285 typename enable_if<uses_allocator<container_type,
421 struct _LIBCPP_TEMPLATE_VIS uses_allocator<queue<_Tp, _Container>, _Alloc>
422 : public uses_allocator<_Container, _Alloc>
497 typename enable_if<uses_allocator<container_type,
502 typename enable_if<uses_allocator<container_type,
508 typename enable_if<uses_allocator<container_type,
[all …]
H A Dstack160 typename enable_if<uses_allocator<container_type,
166 typename enable_if<uses_allocator<container_type,
172 typename enable_if<uses_allocator<container_type,
179 typename enable_if<uses_allocator<container_type,
185 typename enable_if<uses_allocator<container_type,
315 struct _LIBCPP_TEMPLATE_VIS uses_allocator<stack<_Tp, _Container>, _Alloc>
316 : public uses_allocator<_Container, _Alloc>
H A D__functional_base570 // uses_allocator
597 struct _LIBCPP_TEMPLATE_VIS uses_allocator
604 _LIBCPP_INLINE_VAR constexpr size_t uses_allocator_v = uses_allocator<_Tp, _Alloc>::value;
615 static const bool __ua = uses_allocator<_Tp, _RawAlloc>::value;
H A Dfuture147 struct uses_allocator<promise<R>, Alloc> : public true_type {};
359 template <class R, class Alloc> struct uses_allocator<packaged_task<R>, Alloc>;
1741 struct _LIBCPP_TEMPLATE_VIS uses_allocator<promise<_Rp>, _Alloc>
2270 struct _LIBCPP_TEMPLATE_VIS uses_allocator<packaged_task<_Callable>, _Alloc>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Duses_allocator.h67 struct uses_allocator in _GLIBCXX_VISIBILITY()
109 __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>; in _GLIBCXX_VISIBILITY()
128 uses_allocator<_Tp, _Alloc>::value; in _GLIBCXX_VISIBILITY()
134 : conditional<uses_allocator<_Tp, _Alloc>::value, in _GLIBCXX_VISIBILITY()
H A Dstl_queue.h126 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type; in _GLIBCXX_VISIBILITY()
410 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> in _GLIBCXX_VISIBILITY()
411 : public uses_allocator<_Seq, _Alloc>::type { }; in _GLIBCXX_VISIBILITY()
474 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type; in _GLIBCXX_VISIBILITY()
746 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> in _GLIBCXX_VISIBILITY()
747 : public uses_allocator<_Sequence, _Alloc>::type { }; in _GLIBCXX_VISIBILITY()
H A Dstl_stack.h128 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type; in _GLIBCXX_VISIBILITY()
385 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> in _GLIBCXX_VISIBILITY()
386 : public uses_allocator<_Seq, _Alloc>::type { }; in _GLIBCXX_VISIBILITY()
H A Dmemoryfwd.h72 struct uses_allocator; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Duses_allocator.h67 struct uses_allocator in _GLIBCXX_VISIBILITY()
109 __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>; in _GLIBCXX_VISIBILITY()
128 uses_allocator<_Tp, _Alloc>::value; in _GLIBCXX_VISIBILITY()
134 : conditional<uses_allocator<_Tp, _Alloc>::value, in _GLIBCXX_VISIBILITY()
H A Dstl_queue.h126 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type; in _GLIBCXX_VISIBILITY()
410 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> in _GLIBCXX_VISIBILITY()
411 : public uses_allocator<_Seq, _Alloc>::type { }; in _GLIBCXX_VISIBILITY()
474 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type; in _GLIBCXX_VISIBILITY()
746 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> in _GLIBCXX_VISIBILITY()
747 : public uses_allocator<_Sequence, _Alloc>::type { }; in _GLIBCXX_VISIBILITY()
H A Dstl_stack.h128 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type; in _GLIBCXX_VISIBILITY()
385 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> in _GLIBCXX_VISIBILITY()
386 : public uses_allocator<_Seq, _Alloc>::type { }; in _GLIBCXX_VISIBILITY()
H A Dmemoryfwd.h72 struct uses_allocator; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dutility35 #include <bits/uses_allocator.h>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dutility35 #include <bits/uses_allocator.h>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A D__memory23 , bool = uses_allocator<_Tp, _Alloc>::value
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A D__memory23 , bool = uses_allocator<_Tp, _Alloc>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dmemory79 # include <bits/uses_allocator.h>
240 " if uses_allocator is true");
H A Dfuture49 #include <bits/uses_allocator.h>
1167 struct uses_allocator<promise<_Res>, _Alloc>
1621 // 2976. Dangling uses_allocator specialization for packaged_task
1623 struct uses_allocator<packaged_task<_Res>, _Alloc>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dmemory79 # include <bits/uses_allocator.h>
240 " if uses_allocator is true");
H A Dfuture49 #include <bits/uses_allocator.h>
1167 struct uses_allocator<promise<_Res>, _Alloc>
1621 // 2976. Dangling uses_allocator specialization for packaged_task
1623 struct uses_allocator<packaged_task<_Res>, _Alloc>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp39 struct uses_allocator< tao::tuple< Ts... >, A > : true_type {}; struct
85 …using uses_alloc_ctor_t = uses_alloc_ctor< std::uses_allocator< T, A >::value, std::is_constructib…

12