/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/ |
element_type.pass.cpp | 15 // 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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/ |
pointer_to.pass.cpp | 28 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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
auto_ptr.h | 92 typedef _Tp element_type; typedef in class:auto_ptr 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } 117 * pointer-to-Tp/element_type. 144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type. 178 element_type& 191 element_type* 208 element_type* 222 element_type* 225 element_type* __tmp = _M_ptr; 238 reset(element_type* __p = 0) throw( 287 typedef void element_type; typedef in class:auto_ptr [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 92 typedef _Tp element_type; typedef in class:auto_ptr 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } 117 * pointer-to-Tp/element_type. 144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type. 178 element_type& 191 element_type* 208 element_type* 222 element_type* 225 element_type* __tmp = _M_ptr; 238 reset(element_type* __p = 0) throw( 287 typedef void element_type; typedef in class:auto_ptr [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 92 typedef _Tp element_type; typedef in class:auto_ptr 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } 117 * pointer-to-Tp/element_type. 144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type. 178 element_type& 191 element_type* 208 element_type* 222 element_type* 225 element_type* __tmp = _M_ptr; 238 reset(element_type* __p = 0) throw( 287 typedef void element_type; typedef in class:auto_ptr [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 92 typedef _Tp element_type; typedef in class:auto_ptr 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } 117 * pointer-to-Tp/element_type. 144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type. 178 element_type& 191 element_type* 208 element_type* 222 element_type* 225 element_type* __tmp = _M_ptr; 238 reset(element_type* __p = 0) throw( 287 typedef void element_type; typedef in class:auto_ptr [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
auto_ptr.h | 92 typedef _Tp element_type; typedef in class:auto_ptr 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } 117 * pointer-to-Tp/element_type. 144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type. 178 element_type& 191 element_type* 208 element_type* 222 element_type* 225 element_type* __tmp = _M_ptr; 238 reset(element_type* __p = 0) throw( 287 typedef void element_type; typedef in class:auto_ptr [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
pointer.h | 60 * 3) An element_type typedef to define the type this points to. 69 typedef _Tp element_type; typedef in class:_Std_pointer_impl 78 set(element_type* __arg) 91 element_type* _M_value; 111 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 163 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 283 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 287 typedef typename _Unqualified_type<element_type>::type value_type; 290 typedef typename _Reference_type<element_type>::reference reference 576 typedef typename pointer::element_type element_type; typedef in struct:pointer_traits [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
pointer.h | 60 * 3) An element_type typedef to define the type this points to. 69 typedef _Tp element_type; typedef in class:_Std_pointer_impl 78 set(element_type* __arg) 91 element_type* _M_value; 111 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 163 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 283 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 287 typedef typename _Unqualified_type<element_type>::type value_type; 290 typedef typename _Reference_type<element_type>::reference reference 576 typedef typename pointer::element_type element_type; typedef in struct:pointer_traits [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
pointer.h | 61 * 3) An element_type typedef to define the type this points to. 70 typedef _Tp element_type; typedef in class:_Std_pointer_impl 79 set(element_type* __arg) 92 element_type* _M_value; 112 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 164 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 284 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 288 typedef typename _Unqualified_type<element_type>::type value_type; 291 typedef typename _Reference_type<element_type>::reference reference 577 typedef typename pointer::element_type element_type; typedef in struct:pointer_traits [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 311 typedef T element_type; typedef in class:talk_base::scoped_ptr 318 explicit scoped_ptr(element_type* p) : impl_(p) { } 321 scoped_ptr(element_type* p, const D& d) : impl_(p, d) { } 360 void reset(element_type* p = NULL) { impl_.reset(p); } 364 element_type& operator*() const { 368 element_type* operator->() const { 372 element_type* get() const { return impl_.get(); } 378 // Allow scoped_ptr<element_type> to be used in boolean expressions, but not 386 typedef talk_base::internal::scoped_ptr_impl<element_type, deleter_type> 395 bool operator==(const element_type* p) const { return impl_.get() == p; 456 typedef T element_type; typedef in class:talk_base::scoped_ptr [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/ |
element_type.pass.cpp | 16 // typedef X element_type; 27 static_assert((std::is_same<typename std::auto_ptr<T>::element_type, T>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/ |
element_type.pass.cpp | 15 // typedef T element_type; 24 static_assert((std::is_same<std::pointer_traits<const short*>::element_type, const short>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/ |
types.pass.cpp | 15 // typedef T element_type; 25 static_assert((std::is_same<std::shared_ptr<A>::element_type, A>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/ |
types.pass.cpp | 15 // typedef T element_type; 25 static_assert((std::is_same<std::weak_ptr<A>::element_type, A>::value), "");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
cast.h | 36 * 1) has a typedef element_type which names tehe type it points to. 37 * 2) has a get() const method which returns element_type*. 38 * 3) has a constructor which can take one element_type* argument. 46 { typedef typename _ToType::element_type* type; }; 57 * element_type typedef which names the type it points to.
|
pointer.h | 51 * 3) An element_type typedef to define the type this points to. 60 typedef _Tp element_type; typedef in class:_Std_pointer_impl 69 set(element_type* __arg) 82 element_type* _M_value; 102 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 150 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 270 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 274 typedef typename _Unqualified_type<element_type>::type value_type; 277 typedef typename _Reference_type<element_type>::reference reference [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
cast.h | 43 * 1) has a typedef element_type which names tehe type it points to. 44 * 2) has a get() const method which returns element_type*. 45 * 3) has a constructor which can take one element_type* argument. 53 { typedef typename _ToType::element_type* type; }; 64 * element_type typedef which names the type it points to.
|
pointer.h | 57 * 3) An element_type typedef to define the type this points to. 66 typedef _Tp element_type; typedef in class:_Std_pointer_impl 75 set(element_type* __arg) 88 element_type* _M_value; 108 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 160 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 288 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 292 typedef typename _Unqualified_type<element_type>::type value_type; 295 typedef typename _Reference_type<element_type>::reference reference [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
cast.h | 43 * 1) has a typedef element_type which names tehe type it points to. 44 * 2) has a get() const method which returns element_type*. 45 * 3) has a constructor which can take one element_type* argument. 53 { typedef typename _ToType::element_type* type; }; 64 * element_type typedef which names the type it points to.
|
pointer.h | 57 * 3) An element_type typedef to define the type this points to. 66 typedef _Tp element_type; typedef in class:_Std_pointer_impl 75 set(element_type* __arg) 88 element_type* _M_value; 108 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 160 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 288 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 292 typedef typename _Unqualified_type<element_type>::type value_type; 295 typedef typename _Reference_type<element_type>::reference reference [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
cast.h | 36 * 1) has a typedef element_type which names tehe type it points to. 37 * 2) has a get() const method which returns element_type*. 38 * 3) has a constructor which can take one element_type* argument. 46 { typedef typename _ToType::element_type* type; }; 57 * element_type typedef which names the type it points to.
|
pointer.h | 51 * 3) An element_type typedef to define the type this points to. 60 typedef _Tp element_type; typedef in class:_Std_pointer_impl 69 set(element_type* __arg) 82 element_type* _M_value; 102 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 150 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 270 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 274 typedef typename _Unqualified_type<element_type>::type value_type; 277 typedef typename _Reference_type<element_type>::reference reference [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
cast.h | 36 * 1) has a typedef element_type which names tehe type it points to. 37 * 2) has a get() const method which returns element_type*. 38 * 3) has a constructor which can take one element_type* argument. 46 { typedef typename _ToType::element_type* type; }; 57 * element_type typedef which names the type it points to.
|
pointer.h | 51 * 3) An element_type typedef to define the type this points to. 60 typedef _Tp element_type; typedef in class:_Std_pointer_impl 69 set(element_type* __arg) 82 element_type* _M_value; 102 typedef _Tp element_type; typedef in class:_Relative_pointer_impl 150 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl 270 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter 274 typedef typename _Unqualified_type<element_type>::type value_type; 277 typedef typename _Reference_type<element_type>::reference reference [all...] |