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

1 2 3

  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
42 struct __bool2type<0> { typedef __false_type _Ret; };
46 struct __type2bool { enum {_Ret = 1}; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
52 struct __type2bool<__false_type> { enum {_Ret = 0}; };
56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
63 struct _Land2 { typedef __false_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
    [all...]
_algobase.c 273 { typedef __false_type _Ret; };
276 { typedef __true_type _Ret; };
279 { typedef __true_type _Ret; };
283 { typedef __true_type _Ret; };
330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
331 typedef _STLP_TYPENAME _STLP_PRIV _IsCharLikeType<_Tp2>::_Ret _IsCharLike;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
boost_type_traits.h 50 typedef typename __bool2type<_Is>::_Ret _Ret;
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
65 typedef typename __bool2type<is_float>::_Ret _Ret;
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructor
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
42 struct __bool2type<0> { typedef __false_type _Ret; };
46 struct __type2bool { enum {_Ret = 1}; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
52 struct __type2bool<__false_type> { enum {_Ret = 0}; };
56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
63 struct _Land2 { typedef __false_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
    [all...]
_algobase.c 273 { typedef __false_type _Ret; };
276 { typedef __true_type _Ret; };
279 { typedef __true_type _Ret; };
283 { typedef __true_type _Ret; };
330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
331 typedef _STLP_TYPENAME _STLP_PRIV _IsCharLikeType<_Tp2>::_Ret _IsCharLike;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
boost_type_traits.h 50 typedef typename __bool2type<_Is>::_Ret _Ret;
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
65 typedef typename __bool2type<is_float>::_Ret _Ret;
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructor
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
42 struct __bool2type<0> { typedef __false_type _Ret; };
46 struct __type2bool { enum {_Ret = 1}; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
52 struct __type2bool<__false_type> { enum {_Ret = 0}; };
56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
63 struct _Land2 { typedef __false_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
    [all...]
_algobase.c 273 { typedef __false_type _Ret; };
276 { typedef __true_type _Ret; };
279 { typedef __true_type _Ret; };
283 { typedef __true_type _Ret; };
330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
331 typedef _STLP_TYPENAME _STLP_PRIV _IsCharLikeType<_Tp2>::_Ret _IsCharLike;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
boost_type_traits.h 50 typedef typename __bool2type<_Is>::_Ret _Ret;
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
65 typedef typename __bool2type<is_float>::_Ret _Ret;
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructor
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
42 struct __bool2type<0> { typedef __false_type _Ret; };
46 struct __type2bool { enum {_Ret = 1}; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
52 struct __type2bool<__false_type> { enum {_Ret = 0}; };
56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
63 struct _Land2 { typedef __false_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
    [all...]
_algobase.c 273 { typedef __false_type _Ret; };
276 { typedef __true_type _Ret; };
279 { typedef __true_type _Ret; };
283 { typedef __true_type _Ret; };
330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
331 typedef _STLP_TYPENAME _STLP_PRIV _IsCharLikeType<_Tp2>::_Ret _IsCharLike;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
boost_type_traits.h 50 typedef typename __bool2type<_Is>::_Ret _Ret;
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
65 typedef typename __bool2type<is_float>::_Ret _Ret;
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructor
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
42 struct __bool2type<0> { typedef __false_type _Ret; };
46 struct __type2bool { enum {_Ret = 1}; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
52 struct __type2bool<__false_type> { enum {_Ret = 0}; };
56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
63 struct _Land2 { typedef __false_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
    [all...]
_algobase.c 273 { typedef __false_type _Ret; };
276 { typedef __true_type _Ret; };
279 { typedef __true_type _Ret; };
283 { typedef __true_type _Ret; };
330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
331 typedef _STLP_TYPENAME _STLP_PRIV _IsCharLikeType<_Tp2>::_Ret _IsCharLike;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
boost_type_traits.h 50 typedef typename __bool2type<_Is>::_Ret _Ret;
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
60 typedef typename __bool2type<is_integral>::_Ret _Ret;
65 typedef typename __bool2type<is_float>::_Ret _Ret;
71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor;
74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructor
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
type_manips.h 36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
42 struct __bool2type<0> { typedef __false_type _Ret; };
46 struct __type2bool { enum {_Ret = 1}; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
52 struct __type2bool<__false_type> { enum {_Ret = 0}; };
56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
63 struct _Land2 { typedef __false_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)())
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)
567 _Ret
572 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)())
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)
567 _Ret
572 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)())
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)
567 _Ret
572 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 523 template<typename _Ret, typename _Tp>
524 class mem_fun_t : public unary_function<_Tp*, _Ret>
528 mem_fun_t(_Ret (_Tp::*__pf)())
531 _Ret
536 _Ret (_Tp::*_M_f)();
541 template<typename _Ret, typename _Tp>
542 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
546 const_mem_fun_t(_Ret (_Tp::*__pf)() const)
549 _Ret
554 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 523 template<typename _Ret, typename _Tp>
524 class mem_fun_t : public unary_function<_Tp*, _Ret>
528 mem_fun_t(_Ret (_Tp::*__pf)())
531 _Ret
536 _Ret (_Tp::*_M_f)();
541 template<typename _Ret, typename _Tp>
542 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
546 const_mem_fun_t(_Ret (_Tp::*__pf)() const)
549 _Ret
554 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 523 template<typename _Ret, typename _Tp>
524 class mem_fun_t : public unary_function<_Tp*, _Ret>
528 mem_fun_t(_Ret (_Tp::*__pf)())
531 _Ret
536 _Ret (_Tp::*_M_f)();
541 template<typename _Ret, typename _Tp>
542 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
546 const_mem_fun_t(_Ret (_Tp::*__pf)() const)
549 _Ret
554 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 523 template<typename _Ret, typename _Tp>
524 class mem_fun_t : public unary_function<_Tp*, _Ret>
528 mem_fun_t(_Ret (_Tp::*__pf)())
531 _Ret
536 _Ret (_Tp::*_M_f)();
541 template<typename _Ret, typename _Tp>
542 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
546 const_mem_fun_t(_Ret (_Tp::*__pf)() const)
549 _Ret
554 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 541 template<typename _Ret, typename _Tp>
542 class mem_fun_t : public unary_function<_Tp*, _Ret>
546 mem_fun_t(_Ret (_Tp::*__pf)())
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)
567 _Ret
572 _Ret (_Tp::*_M_f)() const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 551 template<typename _Ret, typename _Tp>
552 class mem_fun_t : public unary_function<_Tp*, _Ret>
556 mem_fun_t(_Ret (_Tp::*__pf)())
559 _Ret
564 _Ret (_Tp::*_M_f)();
569 template<typename _Ret, typename _Tp>
570 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
574 const_mem_fun_t(_Ret (_Tp::*__pf)() const)
577 _Ret
582 _Ret (_Tp::*_M_f)() const
    [all...]

Completed in 2771 milliseconds

1 2 3