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

1 2

  /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
linked_ptr.h 80 typedef T element_type; typedef in class:linked_ptr
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
  /external/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /external/chromium/third_party/libjingle/source/talk/base/
linked_ptr.h 58 typedef X element_type; typedef in class:talk_base::linked_ptr
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
  /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/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/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 138 typedef T element_type; typedef in class:testing::internal::linked_ptr
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 138 typedef T element_type; typedef in class:testing::internal::linked_ptr
  /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...]
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 104 typedef T element_type; typedef in class:llvm::IntrusiveRefCntPtr
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 93 typedef _Tp element_type; typedef in class:unique_ptr
157 typename std::add_lvalue_reference<element_type>::type operator*() const
241 typedef _Tp element_type; typedef in class:unique_ptr
305 typename std::add_lvalue_reference<element_type>::type
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 93 typedef _Tp element_type; typedef in class:unique_ptr
157 typename std::add_lvalue_reference<element_type>::type operator*() const
241 typedef _Tp element_type; typedef in class:unique_ptr
305 typename std::add_lvalue_reference<element_type>::type
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 93 typedef _Tp element_type; typedef in class:unique_ptr
157 typename std::add_lvalue_reference<element_type>::type operator*() const
241 typedef _Tp element_type; typedef in class:unique_ptr
305 typename std::add_lvalue_reference<element_type>::type
  /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() { }
  /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...]
  /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...]

Completed in 1081 milliseconds

1 2