HomeSort by relevance Sort by last modified time
    Searched refs:_Type (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 146 template<typename _Type>
148 __is_null_pointer(_Type* __ptr)
151 template<typename _Type>
153 __is_null_pointer(_Type)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
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 };
_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_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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 47 template<typename _Type>
50 _Type __value;
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
56 operator()(const _Type& __x) const
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 146 template<typename _Type>
148 __is_null_pointer(_Type* __ptr)
151 template<typename _Type>
153 __is_null_pointer(_Type)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
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 };
_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_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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 47 template<typename _Type>
50 _Type __value;
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
56 operator()(const _Type& __x) const
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 146 template<typename _Type>
148 __is_null_pointer(_Type* __ptr)
151 template<typename _Type>
153 __is_null_pointer(_Type)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
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 };
_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_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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 47 template<typename _Type>
50 _Type __value;
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
56 operator()(const _Type& __x) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 146 template<typename _Type>
148 __is_null_pointer(_Type* __ptr)
151 template<typename _Type>
153 __is_null_pointer(_Type)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
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 };
_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_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...]
  /external/clang/include/clang/Driver/
Action.h 67 Action(ActionClass _Kind, types::ID _Type)
68 : Kind(_Kind), Type(_Type), OwnsInputs(true) {}
69 Action(ActionClass _Kind, Action *Input, types::ID _Type)
70 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
71 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type)
72 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {}
101 InputAction(const Arg &_Input, types::ID _Type);
  /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_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...]
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(); }
  /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_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...]

Completed in 1336 milliseconds

12 3 4 5