HomeSort by relevance Sort by last modified time
    Searched refs:rebind (Results 1 - 25 of 362) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/memory/pointer.traits/
rebind.pass.cpp 15 // template <class U> using rebind = U*;
25 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), "");
27 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/
rebind.pass.cpp 15 // template <class U> using rebind = U*;
25 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), "");
27 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), "");
  /external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
rebind.pass.cpp 15 // template <class U> using rebind = <details>;
33 template <class U> using rebind = B1<U>;
35 template <class U> struct rebind {typedef B1<U> other;};
50 template <class V> using rebind = D1<V, U>;
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), "");
60 static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), "");
61 static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::value), "");
62 static_assert((std::is_same<std::pointer_traits<D<char, int> >::rebind<double>, D1<double, int> >::value), "");
64 static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>::other, A<double*> >::value), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
rebind.pass.cpp 15 // template <class U> using rebind = <details>;
33 template <class U> using rebind = B1<U>;
35 template <class U> struct rebind {typedef B1<U> other;};
50 template <class V> using rebind = D1<V, U>;
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), "");
60 static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), "");
61 static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::value), "");
62 static_assert((std::is_same<std::pointer_traits<D<char, int> >::rebind<double>, D1<double, int> >::value), "");
64 static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>::other, A<double*> >::value), "")
    [all...]
  /external/clang/test/SemaCXX/
PR9908.cpp 7 typedef typename _Tp::template rebind<_Up>::other type;
27 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
78 typename _Alloc::template rebind<
84 typename _Alloc::template rebind<
90 typename _Alloc::template rebind<
96 typename _Alloc::template rebind<
node.hpp 60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
78 typename _Alloc::template rebind<
84 typename _Alloc::template rebind<
90 typename _Alloc::template rebind<
96 typename _Alloc::template rebind<
node.hpp 60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
78 typename _Alloc::template rebind<
84 typename _Alloc::template rebind<
90 typename _Alloc::template rebind<
96 typename _Alloc::template rebind<
node.hpp 60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
78 typename _Alloc::template rebind<
84 typename _Alloc::template rebind<
90 typename _Alloc::template rebind<
96 typename _Alloc::template rebind<
node.hpp 60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
node.hpp 59 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
113 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
node.hpp 57 typename _Alloc::template rebind<
62 typename _Alloc::template rebind<metadata_type>::other::reference
66 typename _Alloc::template rebind<metadata_type>::other::const_reference
103 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
node.hpp 59 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
113 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
node.hpp 57 typename _Alloc::template rebind<
62 typename _Alloc::template rebind<metadata_type>::other::reference
66 typename _Alloc::template rebind<metadata_type>::other::const_reference
103 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
node.hpp 59 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
113 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
node.hpp 57 typename _Alloc::template rebind<
62 typename _Alloc::template rebind<metadata_type>::other::reference
66 typename _Alloc::template rebind<metadata_type>::other::const_reference
103 typename _Alloc::template rebind<
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 59 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
113 typename _Alloc::template rebind<
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
node.hpp 57 typename _Alloc::template rebind<
62 typename _Alloc::template rebind<metadata_type>::other::reference
66 typename _Alloc::template rebind<metadata_type>::other::const_reference
103 typename _Alloc::template rebind<

Completed in 973 milliseconds

1 2 3 4 5 6 7 8 91011>>