Searched refs:_Ret (Results 1 - 25 of 148) sorted by relevance

123456

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A Dtype_manips.h36 { typedef __true_type _Ret; }; typedef in struct:__bool2type
39 struct __bool2type<1> { typedef __true_type _Ret; }; typedef in struct:__bool2type
42 struct __bool2type<0> { typedef __false_type _Ret; }; typedef in struct:__bool2type
46 struct __type2bool { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon12604
49 struct __type2bool<__true_type> { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon12605
52 struct __type2bool<__false_type> { enum {_Ret = 0}; }; enumerator in enum:__type2bool::__anon12606
56 struct _Not { typedef __false_type _Ret; }; typedef in struct:_Not
59 struct _Not<__false_type> { typedef __true_type _Ret; }; typedef in struct:_Not
63 struct _Land2 { typedef __false_type _Ret; }; typedef in struct:_Land2
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land2
70 struct _Land3 { typedef __false_type _Ret; }; typedef in struct:_Land3
73 struct _Land3<__true_type, __true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land3
77 struct _Lor2 { typedef __true_type _Ret; }; typedef in struct:_Lor2
80 struct _Lor2<__false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor2
84 struct _Lor3 { typedef __true_type _Ret; }; typedef in struct:_Lor3
87 struct _Lor3<__false_type, __false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor3
105 struct __selectT { typedef _Tp1 _Ret; }; typedef in struct:__selectT
108 struct __selectT<__false_type, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__selectT
113 struct __select { typedef _Tp1 _Ret; }; typedef in struct:__select
116 struct __select<false, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__select
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; }; typedef in struct:__select
130 typedef _Tp1 _Ret; typedef in struct:__select_aux::_In
138 typedef _Tp2 _Ret; typedef in struct:__select_aux::_In
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret; typedef in struct:__select
150 typedef _Tp2 _Ret; typedef in struct:__select
173 enum { _Ret = (sizeof(_IsCopyableFun(false, __null_src(), __null_src(), __null_dst())) == sizeof(char)) }; enumerator in enum:_Copyable::__anon12607
184 enum { _Ret = __type2bool<_RetT>::_Ret }; enumerator in enum:_Copyable::__anon12608
190 enum { _Ret = 0 }; enumerator in enum:_Copyable::__anon12609
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret; typedef in struct:_AreCopyable
211 typedef __false_type _Ret; typedef in struct:_AreSameTypes
218 typedef __true_type _Ret; typedef in struct:_AreSameTypes
234 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsConvertible
251 struct _IsConst { typedef __false_type _Ret; }; typedef in struct:_IsConst
254 struct _IsConst { typedef _AreSameTypes<_Tp, const _Tp>::_Ret _Ret; }; typedef in struct:_IsConst
259 struct _IsConst <const _Tp> { typedef __true_type _Ret; }; typedef in struct:_IsConst
264 struct _IsConst<_Tp*> { typedef _AreSameTypes<_Tp*, const _Tp*>::_Ret _Ret; }; typedef in struct:_IsConst
267 struct _IsVolatile { typedef _AreSameTypes<_Tp, volatile _Tp>::_Ret _Ret; }; typedef in struct:_IsVolatile
275 typedef _Land2<_NotCon, _NotVol>::_Ret _Ret; typedef in struct:_IsUnQual
302 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsCVConvertible
309 typedef __false_type _Ret; typedef in struct:_IsConvertible
315 typedef __false_type _Ret; typedef in struct:_IsCVConvertible
[all...]
H A Dtype_traits.h80 { typedef __false_type _Ret; }; typedef in struct:_IsIntegral
84 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
88 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
92 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
96 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
100 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
104 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
107 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
110 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
113 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
116 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
119 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
123 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
126 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
130 { typedef __false_type _Ret; }; typedef in struct:_IsRational
133 { typedef __true_type _Ret; }; typedef in struct:_IsRational
136 { typedef __true_type _Ret; }; typedef in struct:_IsRational
140 { typedef __true_type _Ret; }; typedef in struct:_IsRational
173 typedef __false_type _Ret; typedef in struct:_IsRef
209 typedef typename __bool2type<_Ptr>::_Ret _Ret; typedef in struct:_IsPtr
220 typedef __false_type _Ret; typedef in struct:_IsPtr
259 { typedef __true_type _Ret; }; typedef in struct:_IsPtr
261 { typedef __true_type _Ret; }; typedef in struct:_IsRef
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIf
321 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
335 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret; typedef in struct:_IsCVConvertibleIf
348 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
382 typedef typename _Lor2<_Trivial1, _Trivial2>::_Ret _Ret; typedef in struct:_TrivialNativeTypeCopy
396 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialCopy
411 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialUCopy
420 typedef typename _Lor3<_Tr1, _Tr2, _Tr3>::_Ret _Ret; typedef in struct:_DefaultZeroValue
433 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
442 static _Type _Ret() { return _Type(); } function in struct:_IsPtrType
448 static _Type _Ret() { return _Type();} function in struct:_IsRefType
484 typedef typename _Land2<_IsPtr1, _IsPtr2>::_Ret _Ret; typedef in struct:_BothPtrType
511 typedef __false_type _Ret; typedef in struct:_NegativeAnswer
556 typedef typename _DefaultZeroValue<_Tp>::_Ret _Ret; typedef in struct:_DefaultZeroValueQuestion
576 typedef typename _IsConvertible<_Tp, __stlport_class<_Tp> >::_Ret _Ret; typedef in struct:_IsSTLportClass
585 typedef typename _IsSTLportClass<_Tp>::_Ret _Ret; typedef in struct:_SwapImplemented
603 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsStateless
[all...]
H A Dboost_type_traits.h50 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsRef
55 typedef typename __bool2type<is_pointer>::_Ret _Ret; typedef in struct:_IsPtr
60 typedef typename __bool2type<is_integral>::_Ret _Ret; typedef in struct:_IsIntegral
65 typedef typename __bool2type<is_float>::_Ret _Ret; typedef in struct:_IsRational
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructo
129 typedef typename _Lor3<_IsIntegral, _IsFloat, _IsPointer>::_Ret _Ret; typedef in struct:_DefaultZeroValue
144 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
[all...]
H A D_move_construct_fwk.h61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
71 typedef typename __bool2type<__type2bool<_TpMoveComplete>::_Ret>::_Ret complete;
91 enum {_MvImp = __type2bool<_MvImpRet>::_Ret};
95 _Tp const&>::_Ret _Type;
119 typename _MoveTraits2::implemented>::_Ret implemented;
121 typename _MoveTraits2::complete>::_Ret complete;
140 typename _MoveTraits2::implemented>::_Ret implemented;
142 typename _MoveTraits2::complete>::_Ret complete;
152 typename _MoveTraits2::complete>::_Ret complet
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A Dtype_manips.h36 { typedef __true_type _Ret; }; typedef in struct:__bool2type
39 struct __bool2type<1> { typedef __true_type _Ret; }; typedef in struct:__bool2type
42 struct __bool2type<0> { typedef __false_type _Ret; }; typedef in struct:__bool2type
46 struct __type2bool { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon92353
49 struct __type2bool<__true_type> { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon92354
52 struct __type2bool<__false_type> { enum {_Ret = 0}; }; enumerator in enum:__type2bool::__anon92355
56 struct _Not { typedef __false_type _Ret; }; typedef in struct:_Not
59 struct _Not<__false_type> { typedef __true_type _Ret; }; typedef in struct:_Not
63 struct _Land2 { typedef __false_type _Ret; }; typedef in struct:_Land2
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land2
70 struct _Land3 { typedef __false_type _Ret; }; typedef in struct:_Land3
73 struct _Land3<__true_type, __true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land3
77 struct _Lor2 { typedef __true_type _Ret; }; typedef in struct:_Lor2
80 struct _Lor2<__false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor2
84 struct _Lor3 { typedef __true_type _Ret; }; typedef in struct:_Lor3
87 struct _Lor3<__false_type, __false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor3
105 struct __selectT { typedef _Tp1 _Ret; }; typedef in struct:__selectT
108 struct __selectT<__false_type, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__selectT
113 struct __select { typedef _Tp1 _Ret; }; typedef in struct:__select
116 struct __select<false, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__select
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; }; typedef in struct:__select
130 typedef _Tp1 _Ret; typedef in struct:__select_aux::_In
138 typedef _Tp2 _Ret; typedef in struct:__select_aux::_In
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret; typedef in struct:__select
150 typedef _Tp2 _Ret; typedef in struct:__select
173 enum { _Ret = (sizeof(_IsCopyableFun(false, __null_src(), __null_src(), __null_dst())) == sizeof(char)) }; enumerator in enum:_Copyable::__anon92356
184 enum { _Ret = __type2bool<_RetT>::_Ret }; enumerator in enum:_Copyable::__anon92357
190 enum { _Ret = 0 }; enumerator in enum:_Copyable::__anon92358
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret; typedef in struct:_AreCopyable
211 typedef __false_type _Ret; typedef in struct:_AreSameTypes
218 typedef __true_type _Ret; typedef in struct:_AreSameTypes
234 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsConvertible
251 struct _IsConst { typedef __false_type _Ret; }; typedef in struct:_IsConst
254 struct _IsConst { typedef _AreSameTypes<_Tp, const _Tp>::_Ret _Ret; }; typedef in struct:_IsConst
259 struct _IsConst <const _Tp> { typedef __true_type _Ret; }; typedef in struct:_IsConst
264 struct _IsConst<_Tp*> { typedef _AreSameTypes<_Tp*, const _Tp*>::_Ret _Ret; }; typedef in struct:_IsConst
267 struct _IsVolatile { typedef _AreSameTypes<_Tp, volatile _Tp>::_Ret _Ret; }; typedef in struct:_IsVolatile
275 typedef _Land2<_NotCon, _NotVol>::_Ret _Ret; typedef in struct:_IsUnQual
302 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsCVConvertible
309 typedef __false_type _Ret; typedef in struct:_IsConvertible
315 typedef __false_type _Ret; typedef in struct:_IsCVConvertible
[all...]
H A Dtype_traits.h80 { typedef __false_type _Ret; }; typedef in struct:_IsIntegral
84 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
88 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
92 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
96 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
100 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
104 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
107 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
110 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
113 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
116 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
119 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
123 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
126 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
130 { typedef __false_type _Ret; }; typedef in struct:_IsRational
133 { typedef __true_type _Ret; }; typedef in struct:_IsRational
136 { typedef __true_type _Ret; }; typedef in struct:_IsRational
140 { typedef __true_type _Ret; }; typedef in struct:_IsRational
173 typedef __false_type _Ret; typedef in struct:_IsRef
209 typedef typename __bool2type<_Ptr>::_Ret _Ret; typedef in struct:_IsPtr
220 typedef __false_type _Ret; typedef in struct:_IsPtr
259 { typedef __true_type _Ret; }; typedef in struct:_IsPtr
261 { typedef __true_type _Ret; }; typedef in struct:_IsRef
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIf
321 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
335 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret; typedef in struct:_IsCVConvertibleIf
348 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
382 typedef typename _Lor2<_Trivial1, _Trivial2>::_Ret _Ret; typedef in struct:_TrivialNativeTypeCopy
396 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialCopy
411 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialUCopy
420 typedef typename _Lor3<_Tr1, _Tr2, _Tr3>::_Ret _Ret; typedef in struct:_DefaultZeroValue
433 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
442 static _Type _Ret() { return _Type(); } function in struct:_IsPtrType
448 static _Type _Ret() { return _Type();} function in struct:_IsRefType
484 typedef typename _Land2<_IsPtr1, _IsPtr2>::_Ret _Ret; typedef in struct:_BothPtrType
511 typedef __false_type _Ret; typedef in struct:_NegativeAnswer
556 typedef typename _DefaultZeroValue<_Tp>::_Ret _Ret; typedef in struct:_DefaultZeroValueQuestion
576 typedef typename _IsConvertible<_Tp, __stlport_class<_Tp> >::_Ret _Ret; typedef in struct:_IsSTLportClass
585 typedef typename _IsSTLportClass<_Tp>::_Ret _Ret; typedef in struct:_SwapImplemented
603 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsStateless
[all...]
H A Dboost_type_traits.h50 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsRef
55 typedef typename __bool2type<is_pointer>::_Ret _Ret; typedef in struct:_IsPtr
60 typedef typename __bool2type<is_integral>::_Ret _Ret; typedef in struct:_IsIntegral
65 typedef typename __bool2type<is_float>::_Ret _Ret; typedef in struct:_IsRational
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructo
129 typedef typename _Lor3<_IsIntegral, _IsFloat, _IsPointer>::_Ret _Ret; typedef in struct:_DefaultZeroValue
144 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
[all...]
H A D_move_construct_fwk.h61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
71 typedef typename __bool2type<__type2bool<_TpMoveComplete>::_Ret>::_Ret complete;
91 enum {_MvImp = __type2bool<_MvImpRet>::_Ret};
95 _Tp const&>::_Ret _Type;
119 typename _MoveTraits2::implemented>::_Ret implemented;
121 typename _MoveTraits2::complete>::_Ret complete;
140 typename _MoveTraits2::implemented>::_Ret implemented;
142 typename _MoveTraits2::complete>::_Ret complete;
152 typename _MoveTraits2::complete>::_Ret complet
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A Dtype_manips.h36 { typedef __true_type _Ret; }; typedef in struct:__bool2type
39 struct __bool2type<1> { typedef __true_type _Ret; }; typedef in struct:__bool2type
42 struct __bool2type<0> { typedef __false_type _Ret; }; typedef in struct:__bool2type
46 struct __type2bool { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon176673
49 struct __type2bool<__true_type> { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon176674
52 struct __type2bool<__false_type> { enum {_Ret = 0}; }; enumerator in enum:__type2bool::__anon176675
56 struct _Not { typedef __false_type _Ret; }; typedef in struct:_Not
59 struct _Not<__false_type> { typedef __true_type _Ret; }; typedef in struct:_Not
63 struct _Land2 { typedef __false_type _Ret; }; typedef in struct:_Land2
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land2
70 struct _Land3 { typedef __false_type _Ret; }; typedef in struct:_Land3
73 struct _Land3<__true_type, __true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land3
77 struct _Lor2 { typedef __true_type _Ret; }; typedef in struct:_Lor2
80 struct _Lor2<__false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor2
84 struct _Lor3 { typedef __true_type _Ret; }; typedef in struct:_Lor3
87 struct _Lor3<__false_type, __false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor3
105 struct __selectT { typedef _Tp1 _Ret; }; typedef in struct:__selectT
108 struct __selectT<__false_type, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__selectT
113 struct __select { typedef _Tp1 _Ret; }; typedef in struct:__select
116 struct __select<false, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__select
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; }; typedef in struct:__select
130 typedef _Tp1 _Ret; typedef in struct:__select_aux::_In
138 typedef _Tp2 _Ret; typedef in struct:__select_aux::_In
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret; typedef in struct:__select
150 typedef _Tp2 _Ret; typedef in struct:__select
173 enum { _Ret = (sizeof(_IsCopyableFun(false, __null_src(), __null_src(), __null_dst())) == sizeof(char)) }; enumerator in enum:_Copyable::__anon176676
184 enum { _Ret = __type2bool<_RetT>::_Ret }; enumerator in enum:_Copyable::__anon176677
190 enum { _Ret = 0 }; enumerator in enum:_Copyable::__anon176678
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret; typedef in struct:_AreCopyable
211 typedef __false_type _Ret; typedef in struct:_AreSameTypes
218 typedef __true_type _Ret; typedef in struct:_AreSameTypes
234 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsConvertible
251 struct _IsConst { typedef __false_type _Ret; }; typedef in struct:_IsConst
254 struct _IsConst { typedef _AreSameTypes<_Tp, const _Tp>::_Ret _Ret; }; typedef in struct:_IsConst
259 struct _IsConst <const _Tp> { typedef __true_type _Ret; }; typedef in struct:_IsConst
264 struct _IsConst<_Tp*> { typedef _AreSameTypes<_Tp*, const _Tp*>::_Ret _Ret; }; typedef in struct:_IsConst
267 struct _IsVolatile { typedef _AreSameTypes<_Tp, volatile _Tp>::_Ret _Ret; }; typedef in struct:_IsVolatile
275 typedef _Land2<_NotCon, _NotVol>::_Ret _Ret; typedef in struct:_IsUnQual
302 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsCVConvertible
309 typedef __false_type _Ret; typedef in struct:_IsConvertible
315 typedef __false_type _Ret; typedef in struct:_IsCVConvertible
[all...]
H A Dtype_traits.h80 { typedef __false_type _Ret; }; typedef in struct:_IsIntegral
84 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
88 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
92 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
96 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
100 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
104 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
107 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
110 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
113 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
116 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
119 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
123 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
126 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
130 { typedef __false_type _Ret; }; typedef in struct:_IsRational
133 { typedef __true_type _Ret; }; typedef in struct:_IsRational
136 { typedef __true_type _Ret; }; typedef in struct:_IsRational
140 { typedef __true_type _Ret; }; typedef in struct:_IsRational
173 typedef __false_type _Ret; typedef in struct:_IsRef
209 typedef typename __bool2type<_Ptr>::_Ret _Ret; typedef in struct:_IsPtr
220 typedef __false_type _Ret; typedef in struct:_IsPtr
259 { typedef __true_type _Ret; }; typedef in struct:_IsPtr
261 { typedef __true_type _Ret; }; typedef in struct:_IsRef
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIf
321 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
335 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret; typedef in struct:_IsCVConvertibleIf
348 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
382 typedef typename _Lor2<_Trivial1, _Trivial2>::_Ret _Ret; typedef in struct:_TrivialNativeTypeCopy
396 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialCopy
411 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialUCopy
420 typedef typename _Lor3<_Tr1, _Tr2, _Tr3>::_Ret _Ret; typedef in struct:_DefaultZeroValue
433 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
442 static _Type _Ret() { return _Type(); } function in struct:_IsPtrType
448 static _Type _Ret() { return _Type();} function in struct:_IsRefType
484 typedef typename _Land2<_IsPtr1, _IsPtr2>::_Ret _Ret; typedef in struct:_BothPtrType
511 typedef __false_type _Ret; typedef in struct:_NegativeAnswer
556 typedef typename _DefaultZeroValue<_Tp>::_Ret _Ret; typedef in struct:_DefaultZeroValueQuestion
576 typedef typename _IsConvertible<_Tp, __stlport_class<_Tp> >::_Ret _Ret; typedef in struct:_IsSTLportClass
585 typedef typename _IsSTLportClass<_Tp>::_Ret _Ret; typedef in struct:_SwapImplemented
603 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsStateless
[all...]
H A Dboost_type_traits.h50 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsRef
55 typedef typename __bool2type<is_pointer>::_Ret _Ret; typedef in struct:_IsPtr
60 typedef typename __bool2type<is_integral>::_Ret _Ret; typedef in struct:_IsIntegral
65 typedef typename __bool2type<is_float>::_Ret _Ret; typedef in struct:_IsRational
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructo
129 typedef typename _Lor3<_IsIntegral, _IsFloat, _IsPointer>::_Ret _Ret; typedef in struct:_DefaultZeroValue
144 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
[all...]
H A D_move_construct_fwk.h61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
71 typedef typename __bool2type<__type2bool<_TpMoveComplete>::_Ret>::_Ret complete;
91 enum {_MvImp = __type2bool<_MvImpRet>::_Ret};
95 _Tp const&>::_Ret _Type;
119 typename _MoveTraits2::implemented>::_Ret implemented;
121 typename _MoveTraits2::complete>::_Ret complete;
140 typename _MoveTraits2::implemented>::_Ret implemented;
142 typename _MoveTraits2::complete>::_Ret complete;
152 typename _MoveTraits2::complete>::_Ret complet
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A Dtype_manips.h36 { typedef __true_type _Ret; }; typedef in struct:__bool2type
39 struct __bool2type<1> { typedef __true_type _Ret; }; typedef in struct:__bool2type
42 struct __bool2type<0> { typedef __false_type _Ret; }; typedef in struct:__bool2type
46 struct __type2bool { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon177037
49 struct __type2bool<__true_type> { enum {_Ret = 1}; }; enumerator in enum:__type2bool::__anon177038
52 struct __type2bool<__false_type> { enum {_Ret = 0}; }; enumerator in enum:__type2bool::__anon177039
56 struct _Not { typedef __false_type _Ret; }; typedef in struct:_Not
59 struct _Not<__false_type> { typedef __true_type _Ret; }; typedef in struct:_Not
63 struct _Land2 { typedef __false_type _Ret; }; typedef in struct:_Land2
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land2
70 struct _Land3 { typedef __false_type _Ret; }; typedef in struct:_Land3
73 struct _Land3<__true_type, __true_type, __true_type> { typedef __true_type _Ret; }; typedef in struct:_Land3
77 struct _Lor2 { typedef __true_type _Ret; }; typedef in struct:_Lor2
80 struct _Lor2<__false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor2
84 struct _Lor3 { typedef __true_type _Ret; }; typedef in struct:_Lor3
87 struct _Lor3<__false_type, __false_type, __false_type> { typedef __false_type _Ret; }; typedef in struct:_Lor3
105 struct __selectT { typedef _Tp1 _Ret; }; typedef in struct:__selectT
108 struct __selectT<__false_type, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__selectT
113 struct __select { typedef _Tp1 _Ret; }; typedef in struct:__select
116 struct __select<false, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; typedef in struct:__select
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; }; typedef in struct:__select
130 typedef _Tp1 _Ret; typedef in struct:__select_aux::_In
138 typedef _Tp2 _Ret; typedef in struct:__select_aux::_In
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret; typedef in struct:__select
150 typedef _Tp2 _Ret; typedef in struct:__select
173 enum { _Ret = (sizeof(_IsCopyableFun(false, __null_src(), __null_src(), __null_dst())) == sizeof(char)) }; enumerator in enum:_Copyable::__anon177040
184 enum { _Ret = __type2bool<_RetT>::_Ret }; enumerator in enum:_Copyable::__anon177041
190 enum { _Ret = 0 }; enumerator in enum:_Copyable::__anon177042
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret; typedef in struct:_AreCopyable
211 typedef __false_type _Ret; typedef in struct:_AreSameTypes
218 typedef __true_type _Ret; typedef in struct:_AreSameTypes
234 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsConvertible
251 struct _IsConst { typedef __false_type _Ret; }; typedef in struct:_IsConst
254 struct _IsConst { typedef _AreSameTypes<_Tp, const _Tp>::_Ret _Ret; }; typedef in struct:_IsConst
259 struct _IsConst <const _Tp> { typedef __true_type _Ret; }; typedef in struct:_IsConst
264 struct _IsConst<_Tp*> { typedef _AreSameTypes<_Tp*, const _Tp*>::_Ret _Ret; }; typedef in struct:_IsConst
267 struct _IsVolatile { typedef _AreSameTypes<_Tp, volatile _Tp>::_Ret _Ret; }; typedef in struct:_IsVolatile
275 typedef _Land2<_NotCon, _NotVol>::_Ret _Ret; typedef in struct:_IsUnQual
302 typedef typename __bool2type<value>::_Ret _Ret; typedef in struct:_IsCVConvertible
309 typedef __false_type _Ret; typedef in struct:_IsConvertible
315 typedef __false_type _Ret; typedef in struct:_IsCVConvertible
[all...]
H A Dtype_traits.h80 { typedef __false_type _Ret; }; typedef in struct:_IsIntegral
84 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
88 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
92 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
96 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
100 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
104 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
107 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
110 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
113 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
116 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
119 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
123 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
126 { typedef __true_type _Ret; }; typedef in struct:_IsIntegral
130 { typedef __false_type _Ret; }; typedef in struct:_IsRational
133 { typedef __true_type _Ret; }; typedef in struct:_IsRational
136 { typedef __true_type _Ret; }; typedef in struct:_IsRational
140 { typedef __true_type _Ret; }; typedef in struct:_IsRational
173 typedef __false_type _Ret; typedef in struct:_IsRef
209 typedef typename __bool2type<_Ptr>::_Ret _Ret; typedef in struct:_IsPtr
220 typedef __false_type _Ret; typedef in struct:_IsPtr
259 { typedef __true_type _Ret; }; typedef in struct:_IsPtr
261 { typedef __true_type _Ret; }; typedef in struct:_IsRef
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIf
321 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
335 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIfAux::_In
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret; typedef in struct:_IsCVConvertibleIf
348 { typedef __false_type _Ret; }; typedef in struct:_IsCVConvertibleIf
382 typedef typename _Lor2<_Trivial1, _Trivial2>::_Ret _Ret; typedef in struct:_TrivialNativeTypeCopy
396 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialCopy
411 typedef typename _Lor2<_NativeRet, _UserRet>::_Ret _Ret; typedef in struct:_TrivialUCopy
420 typedef typename _Lor3<_Tr1, _Tr2, _Tr3>::_Ret _Ret; typedef in struct:_DefaultZeroValue
433 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
442 static _Type _Ret() { return _Type(); } function in struct:_IsPtrType
448 static _Type _Ret() { return _Type();} function in struct:_IsRefType
484 typedef typename _Land2<_IsPtr1, _IsPtr2>::_Ret _Ret; typedef in struct:_BothPtrType
511 typedef __false_type _Ret; typedef in struct:_NegativeAnswer
556 typedef typename _DefaultZeroValue<_Tp>::_Ret _Ret; typedef in struct:_DefaultZeroValueQuestion
576 typedef typename _IsConvertible<_Tp, __stlport_class<_Tp> >::_Ret _Ret; typedef in struct:_IsSTLportClass
585 typedef typename _IsSTLportClass<_Tp>::_Ret _Ret; typedef in struct:_SwapImplemented
603 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsStateless
[all...]
H A Dboost_type_traits.h50 typedef typename __bool2type<_Is>::_Ret _Ret; typedef in struct:_IsRef
55 typedef typename __bool2type<is_pointer>::_Ret _Ret; typedef in struct:_IsPtr
60 typedef typename __bool2type<is_integral>::_Ret _Ret; typedef in struct:_IsIntegral
65 typedef typename __bool2type<is_float>::_Ret _Ret; typedef in struct:_IsRational
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructo
129 typedef typename _Lor3<_IsIntegral, _IsFloat, _IsPointer>::_Ret _Ret; typedef in struct:_DefaultZeroValue
144 typedef typename _Land2<_Tr1, _Tr3>::_Ret _Ret; typedef in struct:_TrivialInit
[all...]
H A D_move_construct_fwk.h61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
71 typedef typename __bool2type<__type2bool<_TpMoveComplete>::_Ret>::_Ret complete;
91 enum {_MvImp = __type2bool<_MvImpRet>::_Ret};
95 _Tp const&>::_Ret _Type;
119 typename _MoveTraits2::implemented>::_Ret implemented;
121 typename _MoveTraits2::complete>::_Ret complete;
140 typename _MoveTraits2::implemented>::_Ret implemented;
142 typename _MoveTraits2::complete>::_Ret complete;
152 typename _MoveTraits2::complete>::_Ret complet
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
549 _Ret
554 _Ret (_Tp::*_M_f)();
559 template<typename _Ret, typename _Tp>
560 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
564 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
567 _Ret
572 _Ret (_T
582 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
600 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
636 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
654 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
672 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
687 mem_fun(_Ret (_Tp::*__f)()) function
692 mem_fun(_Ret (_Tp::*__f)() const) function
697 mem_fun_ref(_Ret (_Tp::*__f)()) function
702 mem_fun_ref(_Ret (_Tp::*__f)() const) function
707 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
712 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
717 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
722 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
549 _Ret
554 _Ret (_Tp::*_M_f)();
559 template<typename _Ret, typename _Tp>
560 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
564 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
567 _Ret
572 _Ret (_T
582 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
600 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
636 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
654 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
672 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
687 mem_fun(_Ret (_Tp::*__f)()) function
692 mem_fun(_Ret (_Tp::*__f)() const) function
697 mem_fun_ref(_Ret (_Tp::*__f)()) function
702 mem_fun_ref(_Ret (_Tp::*__f)() const) function
707 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
712 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
717 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
722 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
549 _Ret
554 _Ret (_Tp::*_M_f)();
559 template<typename _Ret, typename _Tp>
560 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
564 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
567 _Ret
572 _Ret (_T
582 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
600 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
636 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
654 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
672 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
687 mem_fun(_Ret (_Tp::*__f)()) function
692 mem_fun(_Ret (_Tp::*__f)() const) function
697 mem_fun_ref(_Ret (_Tp::*__f)()) function
702 mem_fun_ref(_Ret (_Tp::*__f)() const) function
707 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
712 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
717 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
722 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_function.h541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
549 _Ret
554 _Ret (_Tp::*_M_f)();
559 template<typename _Ret, typename _Tp>
560 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
564 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
567 _Ret
572 _Ret (_T
582 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
600 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
636 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
654 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
672 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
687 mem_fun(_Ret (_Tp::*__f)()) function
692 mem_fun(_Ret (_Tp::*__f)() const) function
697 mem_fun_ref(_Ret (_Tp::*__f)()) function
702 mem_fun_ref(_Ret (_Tp::*__f)() const) function
707 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
712 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
717 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
722 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h894 template<typename _Ret, typename _Tp>
895 class mem_fun_t : public unary_function<_Tp*, _Ret>
899 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
902 _Ret
907 _Ret (_Tp::*_M_f)();
912 template<typename _Ret, typename _Tp>
913 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
917 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
920 _Ret
925 _Ret (_T
935 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
953 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
971 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
989 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
1007 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
1025 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
1040 mem_fun(_Ret (_Tp::*__f)()) function
1045 mem_fun(_Ret (_Tp::*__f)() const) function
1050 mem_fun_ref(_Ret (_Tp::*__f)()) function
1055 mem_fun_ref(_Ret (_Tp::*__f)() const) function
1060 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
1065 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
1070 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
1075 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h890 template<typename _Ret, typename _Tp>
891 class mem_fun_t : public unary_function<_Tp*, _Ret>
895 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
898 _Ret
903 _Ret (_Tp::*_M_f)();
908 template<typename _Ret, typename _Tp>
909 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
913 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
916 _Ret
921 _Ret (_T
931 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
949 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
967 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
985 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
1003 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
1021 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
1036 mem_fun(_Ret (_Tp::*__f)()) function
1041 mem_fun(_Ret (_Tp::*__f)() const) function
1046 mem_fun_ref(_Ret (_Tp::*__f)()) function
1051 mem_fun_ref(_Ret (_Tp::*__f)() const) function
1056 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
1061 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
1066 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
1071 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h894 template<typename _Ret, typename _Tp>
895 class mem_fun_t : public unary_function<_Tp*, _Ret>
899 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
902 _Ret
907 _Ret (_Tp::*_M_f)();
912 template<typename _Ret, typename _Tp>
913 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
917 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
920 _Ret
925 _Ret (_T
935 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
953 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
971 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
989 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
1007 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
1025 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
1040 mem_fun(_Ret (_Tp::*__f)()) function
1045 mem_fun(_Ret (_Tp::*__f)() const) function
1050 mem_fun_ref(_Ret (_Tp::*__f)()) function
1055 mem_fun_ref(_Ret (_Tp::*__f)() const) function
1060 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
1065 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
1070 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
1075 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h894 template<typename _Ret, typename _Tp>
895 class mem_fun_t : public unary_function<_Tp*, _Ret>
899 mem_fun_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_t
902 _Ret
907 _Ret (_Tp::*_M_f)();
912 template<typename _Ret, typename _Tp>
913 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
917 const_mem_fun_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_t
920 _Ret
925 _Ret (_T
935 mem_fun_ref_t(_Ret (_Tp::*__pf)()) function in class:mem_fun_ref_t
953 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) function in class:const_mem_fun_ref_t
971 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_t
989 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_t
1007 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) function in class:mem_fun1_ref_t
1025 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) function in class:const_mem_fun1_ref_t
1040 mem_fun(_Ret (_Tp::*__f)()) function
1045 mem_fun(_Ret (_Tp::*__f)() const) function
1050 mem_fun_ref(_Ret (_Tp::*__f)()) function
1055 mem_fun_ref(_Ret (_Tp::*__f)() const) function
1060 mem_fun(_Ret (_Tp::*__f)(_Arg)) function
1065 mem_fun(_Ret (_Tp::*__f)(_Arg) const) function
1070 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) function
1075 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) function
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dstring_conversions.h51 template<typename _TRet, typename _Ret = _TRet, typename _CharT,
53 _Ret
58 _Ret __ret;
67 || (std::__are_same<_Ret, int>::__value

Completed in 429 milliseconds

123456