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

1 23

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
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/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/EH/stlport/stlport/stl/
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...]
  /external/stlport/stlport/stl/
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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
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/5/sources/cxx-stl/stlport/stlport/stl/
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/6/sources/cxx-stl/stlport/stlport/stl/
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/7/sources/cxx-stl/stlport/stlport/stl/
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...]

Completed in 924 milliseconds

1 23