HomeSort by relevance Sort by last modified time
    Searched defs:element_type (Results 26 - 50 of 67) sorted by null

12 3

  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 114 typedef T element_type; typedef in class:llvm::IntrusiveRefCntPtr
  /prebuilts/gcc/linux-x86/host/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
shared_ptr.h 551 typedef _Tp element_type; typedef in class:__shared_ptr
561 * @param __p A pointer that is convertible to element_type*.
911 return std::less<typename _Sp::element_type*>()(__lhs.get(),
1012 typedef _Tp element_type; typedef in class:__weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 110 typedef _Tp element_type; typedef in class:unique_ptr
201 typename std::add_lvalue_reference<element_type>::type
272 typedef _Tp element_type; typedef in class:unique_ptr
341 typename std::add_lvalue_reference<element_type>::type
shared_ptr_base.h 754 typedef _Tp element_type; typedef in class:__shared_ptr
1096 typedef typename _Sp::element_type element_type; typedef
1097 return std::less<element_type*>()(__lhs.get(), __rhs.get());
1153 typedef _Tp element_type; typedef in class:__weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 110 typedef _Tp element_type; typedef in class:unique_ptr
201 typename std::add_lvalue_reference<element_type>::type
272 typedef _Tp element_type; typedef in class:unique_ptr
341 typename std::add_lvalue_reference<element_type>::type
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/8/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() { }
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
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/
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/
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/
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/7/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...]
  /prebuilts/ndk/8/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...]
  /frameworks/compile/slang/
slang_rs_type_spec.h 143 const union RSType *element_type; member in struct:RSConstantArrayType
215 RS_CAST_TO_CONSTANT_ARRAY_TYPE(R)->element_type
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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/mesa3d/src/glsl/
glsl_types.h 185 const glsl_type *element_type() const function in struct:glsl_type

Completed in 508 milliseconds

12 3