/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/ |
D | rebind.pass.cpp | 33 template <class U> using rebind = B1<U>; typedef 35 template <class U> struct rebind {typedef B1<U> other;}; 50 template <class V> using rebind = D1<V, U>; typedef 52 template <class V> struct rebind {typedef D1<V, U> other;}; 59 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main() 60 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main() 61 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main() 62 …static_assert((std::is_same<std::pointer_traits<D<char, int> >::rebind<double>, D1<double, int> >:… in main() 64 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>::other, A<double*> >::v… in main() 65 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>::other, B1<double> >::val… in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/ |
D | rebind.pass.cpp | 25 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), ""); in main() 27 …static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), ""… in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_abstract.hpp | 115 struct rebind 124 struct rebind 134 typedef typename selector::template rebind<T> binder;
|
D | is_signed.hpp | 53 struct rebind struct 63 struct rebind struct 77 typedef typename selector::template rebind<T> binder;
|
D | is_unsigned.hpp | 52 struct rebind struct 62 struct rebind struct 76 typedef typename selector::template rebind<T> binder;
|
D | is_convertible.hpp | 314 struct rebind struct 324 struct rebind struct 334 struct rebind struct 344 struct rebind struct 366 typedef typename selector::template rebind<From, To> isc_binder;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _hpacc.h | 45 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2; 65 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2; 121 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
D | rebind_alloc.pass.cpp | 30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct 41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument 61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | lambda_support.hpp | 54 struct rebind \ 80 struct rebind; \ 87 struct name<BOOST_MPL_PP_PARAMS(i,T)>::rebind \ 110 typedef BOOST_PP_CAT(name,_rebind) rebind; \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/ |
D | rebind_traits.pass.cpp | 30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct 41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct 61 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/ |
D | allocator_void.pass.cpp | 31 static_assert((std::is_same<std::allocator<void>::rebind<int>::other, in main()
|
D | allocator_types.pass.cpp | 43 static_assert((std::is_same<std::allocator<char>::rebind<int>::other, in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 109 template <class _NewType> struct rebind { struct 198 template <class _NewType> struct rebind { struct 290 template <class _NewType> struct rebind { 381 template <class _NewType> struct rebind {
|
D | _alloc.h | 200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type; 285 template <class _Tp1> struct rebind { struct 374 template <class _Tp1> struct rebind { struct 454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
|
D | _iostream_string.h | 54 template <class _Tp1> struct rebind { struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 52 template <class U> struct rebind {typedef test_allocator<U> other;}; argument 112 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; argument 170 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | stack_allocator.h | 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 47 template <class U> struct rebind {typedef test_allocator<U> other;}; struct 103 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | memory | 32 template <class U> using rebind = <details>; 44 template <class U> using rebind = U*; 58 | pointer_traits<pointer>::rebind<const value_type> 61 | pointer_traits<pointer>::rebind<void> 64 | pointer_traits<pointer>::rebind<const void> 79 template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>; 107 template <class _Up> struct rebind {typedef allocator<_Up> other;}; 122 template <class U> struct rebind {typedef allocator<U> other;}; 637 template <class _Up> struct rebind {typedef allocator<_Up> other;}; 648 template <class _Up> struct rebind {typedef allocator<_Up> other;}; [all …]
|
D | __tree | 561 rebind<__tree_node_base<_VoidPtr> > 563 rebind<__tree_node_base<_VoidPtr> >::other 572 rebind<__tree_node_base> 574 rebind<__tree_node_base>::other 579 rebind<const __tree_node_base> 581 rebind<const __tree_node_base>::other 638 rebind<value_type> 640 rebind<value_type>::other 697 rebind<__node_base> 699 rebind<__node_base>::other [all …]
|
D | __hash_table | 54 rebind<__hash_node<_Tp, _VoidPtr> > 56 rebind<__hash_node<_Tp, _VoidPtr> >::other 108 rebind<value_type> 110 rebind<value_type>::other 239 rebind<const value_type> 241 rebind<const value_type>::other 246 rebind<__node> 248 rebind<__node>::other 386 rebind<value_type> 388 rebind<value_type>::other [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
D | shared_count.hpp | 189 typedef typename A::template rebind< impl_type >::other A2; in shared_count() 237 typedef typename A::template rebind< impl_type >::other A2; in shared_count()
|
D | sp_counted_impl.hpp | 217 typedef typename A::template rebind< this_type >::other A2; in destroy()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 83 struct rebind { struct
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 83 struct rebind { struct
|