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

1 2

  /external/stlport/test/compiler/
ttei6.cpp 21 typedef T2 _Type;
29 typedef typename A<T1>:: template B<T2>::_Type ABType;
ttei7.cpp 22 typedef A<T2> _Type;
30 typedef typename A:: template B<T>::_Type _ATType;
  /external/stlport/stlport/stl/
_move_construct_fwk.h 95 _Tp const&>::_Ret _Type;
100 inline _STLP_TYPENAME_ON_RETURN_TYPE _MoveSourceTraits<_Tp>::_Type
102 typedef typename _MoveSourceTraits<_Tp>::_Type _SrcType;
type_manips.h 240 struct _UnConstPtr { typedef _Tp _Type; };
243 struct _UnConstPtr<_Tp*> { typedef _Tp _Type; };
246 struct _UnConstPtr<const _Tp*> { typedef _Tp _Type; };
279 template <class _Tp> struct _UnQual { typedef _Tp _Type; };
280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; };
281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; };
282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; };
299 enum { _Is2 = _IsConvertible<_UnConstPtr<_Src>::_Type, _UnConstPtr<_Dst>::_Type>::value };
boost_type_traits.h 99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type;
100 static _Type _Answer() { return _Type(); }
116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type;
117 static _Type _Answer() { return _Type(); }
type_traits.h 365 typedef typename _UnQual<_Src>::_Type _UnQuSrc;
391 typedef typename _UnConstPtr<_Src*>::_Type _UnConstSrc;
406 typedef typename _UnConstPtr<_Src*>::_Type _UnConstSrc;
428 typedef typename _UnConstPtr<_Tp*>::_Type _Tp1;
441 typedef typename _IsPtr<_Tp>::_Ret _Type;
442 static _Type _Ret() { return _Type(); }
447 typedef typename _IsRef<_Tp>::_Ret _Type;
448 static _Type _Ret() { return _Type();}
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 95 _Tp const&>::_Ret _Type;
100 inline _STLP_TYPENAME_ON_RETURN_TYPE _MoveSourceTraits<_Tp>::_Type
102 typedef typename _MoveSourceTraits<_Tp>::_Type _SrcType;
type_manips.h 240 struct _UnConstPtr { typedef _Tp _Type; };
243 struct _UnConstPtr<_Tp*> { typedef _Tp _Type; };
246 struct _UnConstPtr<const _Tp*> { typedef _Tp _Type; };
279 template <class _Tp> struct _UnQual { typedef _Tp _Type; };
280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; };
281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; };
282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; };
299 enum { _Is2 = _IsConvertible<_UnConstPtr<_Src>::_Type, _UnConstPtr<_Dst>::_Type>::value };
boost_type_traits.h 99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type;
100 static _Type _Answer() { return _Type(); }
116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type;
117 static _Type _Answer() { return _Type(); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 95 _Tp const&>::_Ret _Type;
100 inline _STLP_TYPENAME_ON_RETURN_TYPE _MoveSourceTraits<_Tp>::_Type
102 typedef typename _MoveSourceTraits<_Tp>::_Type _SrcType;
type_manips.h 240 struct _UnConstPtr { typedef _Tp _Type; };
243 struct _UnConstPtr<_Tp*> { typedef _Tp _Type; };
246 struct _UnConstPtr<const _Tp*> { typedef _Tp _Type; };
279 template <class _Tp> struct _UnQual { typedef _Tp _Type; };
280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; };
281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; };
282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; };
299 enum { _Is2 = _IsConvertible<_UnConstPtr<_Src>::_Type, _UnConstPtr<_Dst>::_Type>::value };
boost_type_traits.h 99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type;
100 static _Type _Answer() { return _Type(); }
116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type;
117 static _Type _Answer() { return _Type(); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 95 _Tp const&>::_Ret _Type;
100 inline _STLP_TYPENAME_ON_RETURN_TYPE _MoveSourceTraits<_Tp>::_Type
102 typedef typename _MoveSourceTraits<_Tp>::_Type _SrcType;
type_manips.h 240 struct _UnConstPtr { typedef _Tp _Type; };
243 struct _UnConstPtr<_Tp*> { typedef _Tp _Type; };
246 struct _UnConstPtr<const _Tp*> { typedef _Tp _Type; };
279 template <class _Tp> struct _UnQual { typedef _Tp _Type; };
280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; };
281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; };
282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; };
299 enum { _Is2 = _IsConvertible<_UnConstPtr<_Src>::_Type, _UnConstPtr<_Dst>::_Type>::value };
boost_type_traits.h 99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type;
100 static _Type _Answer() { return _Type(); }
116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type;
117 static _Type _Answer() { return _Type(); }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 95 _Tp const&>::_Ret _Type;
100 inline _STLP_TYPENAME_ON_RETURN_TYPE _MoveSourceTraits<_Tp>::_Type
102 typedef typename _MoveSourceTraits<_Tp>::_Type _SrcType;
type_manips.h 240 struct _UnConstPtr { typedef _Tp _Type; };
243 struct _UnConstPtr<_Tp*> { typedef _Tp _Type; };
246 struct _UnConstPtr<const _Tp*> { typedef _Tp _Type; };
279 template <class _Tp> struct _UnQual { typedef _Tp _Type; };
280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; };
281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; };
282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; };
299 enum { _Is2 = _IsConvertible<_UnConstPtr<_Src>::_Type, _UnConstPtr<_Dst>::_Type>::value };
boost_type_traits.h 99 typedef typename _Land2<_Same, _TrivialAssign>::_Ret _Type;
100 static _Type _Answer() { return _Type(); }
116 typedef typename _Land2<_Same, _TrivialCopy>::_Ret _Type;
117 static _Type _Answer() { return _Type(); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 105 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
111 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 105 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
111 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 105 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
111 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 105 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
111 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /frameworks/base/include/utils/
List.h 90 typedef typename Constness<U>::Type _Type;
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
  /external/stlport/stlport/stl/pointers/
_tools.h 85 typedef _Tp _Type;
99 typedef _QualifiedType _Type;
112 const _Tp*>::_Ret _Type;
125 volatile _Tp*>::_Ret _Type;
138 const volatile _Tp*>::_Ret _Type;
171 typedef _QualifiedType _Type;
178 _Tp>::_Ret _Type;
186 typedef typename _StorageTypeInfo::_Type _SType;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 85 typedef _Tp _Type;
99 typedef _QualifiedType _Type;
112 const _Tp*>::_Ret _Type;
125 volatile _Tp*>::_Ret _Type;
138 const volatile _Tp*>::_Ret _Type;
171 typedef _QualifiedType _Type;
178 _Tp>::_Ret _Type;
186 typedef typename _StorageTypeInfo::_Type _SType;

Completed in 2395 milliseconds

1 2