Searched refs:element_type (Results 1 - 25 of 108) sorted by relevance

12345

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Delement_type.pass.cpp15 // typedef <details> element_type;
24 typedef char element_type; typedef in struct:A
30 typedef char element_type; typedef in struct:B
46 static int element_type; member in struct:E
52 typedef int element_type; typedef in struct:F
57 static_assert((std::is_same<std::pointer_traits<A>::element_type, char>::value), "");
58 static_assert((std::is_same<std::pointer_traits<B<int> >::element_type, char>::value), "");
59 static_assert((std::is_same<std::pointer_traits<C<int> >::element_type, int>::value), "");
60 static_assert((std::is_same<std::pointer_traits<D<double, int> >::element_type, double>::value), "");
61 static_assert((std::is_same<std::pointer_traits<E<double, int> >::element_type, doubl
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Delement_type.pass.cpp15 // typedef <details> element_type;
24 typedef char element_type; typedef in struct:A
30 typedef char element_type; typedef in struct:B
46 static int element_type; member in struct:E
52 typedef int element_type; typedef in struct:F
57 static_assert((std::is_same<std::pointer_traits<A>::element_type, char>::value), "");
58 static_assert((std::is_same<std::pointer_traits<B<int> >::element_type, char>::value), "");
59 static_assert((std::is_same<std::pointer_traits<C<int> >::element_type, int>::value), "");
60 static_assert((std::is_same<std::pointer_traits<D<double, int> >::element_type, double>::value), "");
61 static_assert((std::is_same<std::pointer_traits<E<double, int> >::element_type, doubl
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
H A Dpointer_to.pass.cpp28 typedef T element_type; typedef in struct:A
29 element_type* t_;
31 A(element_type* t) : t_(t) {}
33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value,
34 nat, element_type>::type& et)
46 (std::pointer_traits<A<void> >::element_type)0;
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
H A Dpointer_to.pass.cpp28 typedef T element_type; typedef in struct:A
29 element_type* t_;
31 A(element_type* t) : t_(t) {}
33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value,
34 nat, element_type>::type& et)
46 (std::pointer_traits<A<void> >::element_type)0;
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
H A Delement_type.pass.cpp15 // typedef <details> element_type;
24 typedef char element_type; typedef in struct:A
30 typedef char element_type; typedef in struct:B
45 static_assert((std::is_same<std::pointer_traits<A>::element_type, char>::value), "");
46 static_assert((std::is_same<std::pointer_traits<B<int> >::element_type, char>::value), "");
47 static_assert((std::is_same<std::pointer_traits<C<int> >::element_type, int>::value), "");
48 static_assert((std::is_same<std::pointer_traits<D<double, int> >::element_type, double>::value), "");
H A Ddifference_type.pass.cpp24 typedef short element_type; typedef in struct:A
30 typedef short element_type; typedef in struct:B
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
H A Dpointer_to.pass.cpp28 typedef T element_type; typedef in struct:A
29 element_type* t_;
31 A(element_type* t) : t_(t) {}
33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value,
34 nat, element_type>::type& et)
46 (std::pointer_traits<A<void> >::element_type)0;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/
H A Delement_type.pass.cpp15 // typedef T element_type;
24 static_assert((std::is_same<std::pointer_traits<const short*>::element_type, const short>::value), "");
H A Dpointer_to.pass.cpp30 (std::pointer_traits<void*>::element_type)0;
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/
H A Delement_type.pass.cpp15 // typedef T element_type;
24 static_assert((std::is_same<std::pointer_traits<const short*>::element_type, const short>::value), "");
H A Dpointer_to.pass.cpp30 (std::pointer_traits<void*>::element_type)0;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/
H A Delement_type.pass.cpp15 // typedef T element_type;
24 static_assert((std::is_same<std::pointer_traits<const short*>::element_type, const short>::value), "");
H A Dpointer_to.pass.cpp30 (std::pointer_traits<void*>::element_type)0;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtypes.pass.cpp15 // typedef T element_type;
25 static_assert((std::is_same<std::shared_ptr<A>::element_type, A>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/
H A Dtypes.pass.cpp15 // typedef T element_type;
25 static_assert((std::is_same<std::weak_ptr<A>::element_type, A>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtypes.pass.cpp15 // typedef T element_type;
25 static_assert((std::is_same<std::shared_ptr<A>::element_type, A>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/
H A Dtypes.pass.cpp15 // typedef T element_type;
25 static_assert((std::is_same<std::weak_ptr<A>::element_type, A>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtypes.pass.cpp15 // typedef T element_type;
25 static_assert((std::is_same<std::shared_ptr<A>::element_type, A>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/
H A Dtypes.pass.cpp15 // typedef T element_type;
25 static_assert((std::is_same<std::weak_ptr<A>::element_type, A>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/
H A Delement_type.pass.cpp16 // typedef X element_type;
27 static_assert((std::is_same<typename std::auto_ptr<T>::element_type, T>::value), "");
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
H A Dauto_ptr.h94 typedef _Tp element_type; typedef in class:auto_ptr
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
119 * pointer-to-Tp/element_type.
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
180 element_type&
193 element_type*
210 element_type*
224 element_type*
227 element_type* __tmp = _M_ptr;
240 reset(element_type* __
289 typedef void element_type; typedef in class:auto_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
H A Dauto_ptr.h94 typedef _Tp element_type; typedef in class:auto_ptr
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
119 * pointer-to-Tp/element_type.
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
180 element_type&
193 element_type*
210 element_type*
224 element_type*
227 element_type* __tmp = _M_ptr;
240 reset(element_type* __
289 typedef void element_type; typedef in class:auto_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/backward/
H A Dauto_ptr.h94 typedef _Tp element_type; typedef in class:auto_ptr
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
119 * pointer-to-Tp/element_type.
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
180 element_type&
193 element_type*
210 element_type*
224 element_type*
227 element_type* __tmp = _M_ptr;
240 reset(element_type* __
289 typedef void element_type; typedef in class:auto_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
H A Dauto_ptr.h94 typedef _Tp element_type; typedef in class:auto_ptr
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
119 * pointer-to-Tp/element_type.
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
180 element_type&
193 element_type*
210 element_type*
224 element_type*
227 element_type* __tmp = _M_ptr;
240 reset(element_type* __
289 typedef void element_type; typedef in class:auto_ptr
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
H A Dauto_ptr.h94 typedef _Tp element_type; typedef in class:auto_ptr
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
119 * pointer-to-Tp/element_type.
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
180 element_type&
193 element_type*
210 element_type*
224 element_type*
227 element_type* __tmp = _M_ptr;
240 reset(element_type* __
289 typedef void element_type; typedef in class:auto_ptr
[all...]

Completed in 483 milliseconds

12345