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

1 2 3 4 5 6 7 8 9

  /external/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;
  /external/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;
  /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), "");
  /external/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), "");
pointer_to.pass.cpp 30 (std::pointer_traits<void*>::element_type)0;
  /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), "");
pointer_to.pass.cpp 30 (std::pointer_traits<void*>::element_type)0;
  /packages/apps/OMA-DM/engine/dmlib/api/native/
jem_defs.hpp 79 /**Definition for the element_type*/
80 typedef T element_type; typedef in class:JemSmartPtr
92 JemSmartPtr( const JemSmartPtr<element_type> & cp): m_pData(cp.m_pData) { _AddRef();}
98 JemSmartPtr( element_type * p): m_pData( p ) { _AddRef(); }
111 const JemSmartPtr<element_type>& operator=( element_type * pData)
114 element_type* pOldData = m_pData;
133 const JemSmartPtr<element_type>& operator=(const JemSmartPtr<element_type>& cp)
150 operator element_type*() const { return m_pData;
    [all...]
  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 22 typedef _Tp element_type; typedef in class:shared_ptr
23 element_type* __ptr_;
25 element_type* operator->() const noexcept {return __ptr_;}
  /external/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), "");
  /external/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), "");
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/
auto_ptr.h 94 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* __p = 0) throw(
289 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.6/include/backward/
auto_ptr.h 94 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* __p = 0) throw(
289 typedef void element_type; typedef in class:auto_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 94 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* __p = 0) throw(
289 typedef void element_type; typedef in class:auto_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 94 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* __p = 0) throw(
289 typedef void element_type; typedef in class:auto_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 94 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* __p = 0) throw(
289 typedef void element_type; typedef in class:auto_ptr
    [all...]
  /external/lldb/include/lldb/Utility/
PythonPointer.h 27 typedef PyObject* element_type; typedef in class:lldb_private::PythonPointer
29 element_type* ptr_;
33 PythonPointer(element_type p, bool steal_ref = false) :
67 element_type get() const {return ptr_;}
  /external/libcxx/test/depr/depr.auto.ptr/auto.ptr/
Android.mk 19 test_name := depr/depr.auto.ptr/auto.ptr/element_type
20 test_src := element_type.pass.cpp

Completed in 642 milliseconds

1 2 3 4 5 6 7 8 9