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

  /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(); }
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...]
concept_checks.h 234 typedef _Tp _Type;
238 typedef _Tp _Type;
243 template <class _Type>
244 void __sink_unused_warning(_Type) { }
256 template <class _Type> struct __check_equal { };
362 template <class _Type>
363 static _Type
364 __default_constructor_requirement_violation(_Type) {
365 return _Type();
367 template <class _Type>
    [all...]
  /prebuilts/ndk/current/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(); }
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...]
concept_checks.h 234 typedef _Tp _Type;
238 typedef _Tp _Type;
243 template <class _Type>
244 void __sink_unused_warning(_Type) { }
256 template <class _Type> struct __check_equal { };
362 template <class _Type>
363 static _Type
364 __default_constructor_requirement_violation(_Type) {
365 return _Type();
367 template <class _Type>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
boost_concept_check.h 107 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
113 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
boost_concept_check.h 107 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
113 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
boost_concept_check.h 107 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
113 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
boost_concept_check.h 107 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
113 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /external/v8/tools/gyp/pylib/gyp/
MSVSSettings.py 67 class _Type(object):
105 class _String(_Type):
121 class _StringList(_Type):
140 class _Boolean(_Type):
158 class _Integer(_Type):
162 _Type.__init__(self)
178 class _Enumeration(_Type):
192 _Type.__init__(self)
    [all...]
  /system/core/include/sysutils/
List.h 91 typedef typename Constness<U>::Type _Type;
111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }
  /system/core/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()); }
  /system/keymaster/
List.h 90 typedef typename Constness<U>::Type _Type;
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
  /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;
  /prebuilts/ndk/current/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;
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 180 template <typename _Type> class task;
292 typedef _Ty _Type;
298 typedef _Unit_type _Type;
316 typedef _Ty _Type;
322 typedef _Ty _Type;
330 template <typename _Type>
333 typedef _Type _Value;
336 template <typename _Type>
337 struct _Unhat<_Type*>
339 typedef _Type _Value
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 180 template <typename _Type> class task;
292 typedef _Ty _Type;
298 typedef _Unit_type _Type;
316 typedef _Ty _Type;
322 typedef _Ty _Type;
330 template <typename _Type>
333 typedef _Type _Value;
336 template <typename _Type>
337 struct _Unhat<_Type*>
339 typedef _Type _Value
    [all...]
cap_msmf.hpp 16 template<typename _Type, bool bUnknown = std::is_base_of<IUnknown, _Type>::value>
20 template<typename _Type>
21 struct winrt_type<_Type, true>
23 static IUnknown* create(_Type* _ObjInCtx) {
26 static IID getuuid() { return __uuidof(_Type); }
29 template <typename _Type>
30 struct winrt_type<_Type, false>
32 static IUnknown* create(_Type* _ObjInCtx) {
41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf())
    [all...]

Completed in 2160 milliseconds