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

1 2 3

  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
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...]
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.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
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...]
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.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
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...]
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.
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 16 typedef _Tp element_type; typedef in class:std::auto_ptr
17 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
18 element_type& operator*() const throw() { }
  /external/chromium/base/mac/
scoped_cftyperef.h 30 typedef CFT element_type; typedef in class:base::mac::ScopedCFTypeRef
  /external/chromium/base/memory/
scoped_nsobject.h 32 typedef NST* element_type; typedef in class:scoped_nsobject
105 typedef id element_type; typedef in class:scoped_nsobject
scoped_ptr.h 64 typedef C element_type; typedef in class:scoped_ptr
169 typedef C element_type; typedef in class:scoped_array
277 typedef C element_type; typedef in class:scoped_ptr_malloc
linked_ptr.h 80 typedef T element_type; typedef in class:linked_ptr
  /external/chromium/third_party/libjingle/source/talk/base/
scoped_ptr.h 50 typedef T element_type; typedef in class:talk_base::scoped_ptr
132 typedef T element_type; typedef in class:talk_base::scoped_array
201 typedef T element_type; typedef in class:talk_base::scoped_ptr_malloc
linked_ptr.h 58 typedef X element_type; typedef in class:talk_base::linked_ptr
  /external/opencv/cv/src/
_cvlist.h 116 #define INSERT_NEW(element_type, l, element)\
120 element = (element_type*)(l->m_head_free.m_pos);\
135 *(void**)l->m_buffer = cvAlloc(l->m_buf_size*sizeof(element_type) + sizeof(void*));\
138 element = (element_type*)((char*)l->m_buffer + sizeof(void*));\
142 element = (element_type*)((char*)l->m_buffer + sizeof(void*)) + l->m_size - 1;\
147 #define INSERT_FREE(element_type, l, element)\
150 ((element_type*)l->m_head_free.m_pos)->m_prev = element;\
152 element->m_next = ((element_type*)l->m_head_free.m_pos);\
  /external/chromium/googleurl/base/
scoped_ptr.h 58 typedef T element_type; typedef in class:scoped_ptr
147 typedef T element_type; typedef in class:scoped_array
241 typedef T element_type; typedef in class:scoped_ptr_malloc
  /external/dbus/dbus/
dbus-marshal-basic.h 223 int element_type,
236 int element_type,
246 int element_type,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 360 typedef _Tp element_type; typedef in class:std::tr1::__shared_ptr
370 * @param __p A pointer that is convertible to element_type*.
457 : _M_ptr(static_cast<element_type*>(__r._M_ptr)),
463 : _M_ptr(const_cast<element_type*>(__r._M_ptr)),
469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
649 typedef _Tp element_type; typedef in class:std::tr1::__weak_ptr
708 return __shared_ptr<element_type, _Lp>();
712 return __shared_ptr<element_type, _Lp>(*this);
719 return __shared_ptr<element_type, _Lp>();
724 return expired() ? __shared_ptr<element_type, _Lp>(
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 360 typedef _Tp element_type; typedef in class:std::tr1::__shared_ptr
370 * @param __p A pointer that is convertible to element_type*.
457 : _M_ptr(static_cast<element_type*>(__r._M_ptr)),
463 : _M_ptr(const_cast<element_type*>(__r._M_ptr)),
469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
649 typedef _Tp element_type; typedef in class:std::tr1::__weak_ptr
708 return __shared_ptr<element_type, _Lp>();
712 return __shared_ptr<element_type, _Lp>(*this);
719 return __shared_ptr<element_type, _Lp>();
724 return expired() ? __shared_ptr<element_type, _Lp>(
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 360 typedef _Tp element_type; typedef in class:std::tr1::__shared_ptr
370 * @param __p A pointer that is convertible to element_type*.
457 : _M_ptr(static_cast<element_type*>(__r._M_ptr)),
463 : _M_ptr(const_cast<element_type*>(__r._M_ptr)),
469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
649 typedef _Tp element_type; typedef in class:std::tr1::__weak_ptr
708 return __shared_ptr<element_type, _Lp>();
712 return __shared_ptr<element_type, _Lp>(*this);
719 return __shared_ptr<element_type, _Lp>();
724 return expired() ? __shared_ptr<element_type, _Lp>(
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 138 typedef T element_type; typedef in class:testing::internal::linked_ptr
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 138 typedef T element_type; typedef in class:testing::internal::linked_ptr
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 104 typedef T element_type; typedef in class:llvm::IntrusiveRefCntPtr

Completed in 878 milliseconds

1 2 3