HomeSort by relevance Sort by last modified time
    Searched refs:_Ret (Results 51 - 75 of 220) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 98 _Tp*>::_Ret _QualifiedType;
109 const _Tp*>::_Ret _QualifiedType;
112 const _Tp*>::_Ret _Type;
122 volatile _Tp*>::_Ret _QualifiedType;
125 volatile _Tp*>::_Ret _Type;
135 const volatile _Tp*>::_Ret _QualifiedType;
138 const volatile _Tp*>::_Ret _Type;
163 const volatile void*>::_Ret >::_Ret >::_Ret >::_Ret _QualifiedType
    [all...]
  /external/stlport/stlport/stl/
_function_adaptors.h 498 template <class _Ret, class _Tp>
499 class mem_fun_t : public unary_function<_Tp*,_Ret> {
500 typedef _Ret (_Tp::*__fun_type)(void);
503 _Ret operator()(_Tp* __p) const { return (__p->*_M_f)(); }
508 template <class _Ret, class _Tp>
509 class const_mem_fun_t : public unary_function<const _Tp*,_Ret> {
510 typedef _Ret (_Tp::*__fun_type)(void) const;
513 _Ret operator()(const _Tp* __p) const { return (__p->*_M_f)(); }
518 template <class _Ret, class _Tp>
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
    [all...]
_pair.h 163 typename _T2Traits::has_trivial_default_constructor>::_Ret has_trivial_default_constructor;
165 typename _T2Traits::has_trivial_copy_constructor>::_Ret has_trivial_copy_constructor;
167 typename _T2Traits::has_trivial_assignment_operator>::_Ret has_trivial_assignment_operator;
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
_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;
concept_checks.h 269 template <class _Func, class _Ret>
271 static _Ret __generator_requirement_violation(_Func& __f) {
284 template <class _Func, class _Ret, class _Arg>
286 static _Ret
302 template <class _Func, class _Ret, class _First, class _Second>
304 static _Ret
324 template <class _Ret, class _First, class _Second> \
326 static _Ret \
331 static _Ret \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 498 template <class _Ret, class _Tp>
499 class mem_fun_t : public unary_function<_Tp*,_Ret> {
500 typedef _Ret (_Tp::*__fun_type)(void);
503 _Ret operator()(_Tp* __p) const { return (__p->*_M_f)(); }
508 template <class _Ret, class _Tp>
509 class const_mem_fun_t : public unary_function<const _Tp*,_Ret> {
510 typedef _Ret (_Tp::*__fun_type)(void) const;
513 _Ret operator()(const _Tp* __p) const { return (__p->*_M_f)(); }
518 template <class _Ret, class _Tp>
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
    [all...]
_pair.h 163 typename _T2Traits::has_trivial_default_constructor>::_Ret has_trivial_default_constructor;
165 typename _T2Traits::has_trivial_copy_constructor>::_Ret has_trivial_copy_constructor;
167 typename _T2Traits::has_trivial_assignment_operator>::_Ret has_trivial_assignment_operator;
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
_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;
concept_checks.h 269 template <class _Func, class _Ret>
271 static _Ret __generator_requirement_violation(_Func& __f) {
284 template <class _Func, class _Ret, class _Arg>
286 static _Ret
302 template <class _Func, class _Ret, class _First, class _Second>
304 static _Ret
324 template <class _Ret, class _First, class _Second> \
326 static _Ret \
331 static _Ret \
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 498 template <class _Ret, class _Tp>
499 class mem_fun_t : public unary_function<_Tp*,_Ret> {
500 typedef _Ret (_Tp::*__fun_type)(void);
503 _Ret operator()(_Tp* __p) const { return (__p->*_M_f)(); }
508 template <class _Ret, class _Tp>
509 class const_mem_fun_t : public unary_function<const _Tp*,_Ret> {
510 typedef _Ret (_Tp::*__fun_type)(void) const;
513 _Ret operator()(const _Tp* __p) const { return (__p->*_M_f)(); }
518 template <class _Ret, class _Tp>
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
    [all...]
_pair.h 163 typename _T2Traits::has_trivial_default_constructor>::_Ret has_trivial_default_constructor;
165 typename _T2Traits::has_trivial_copy_constructor>::_Ret has_trivial_copy_constructor;
167 typename _T2Traits::has_trivial_assignment_operator>::_Ret has_trivial_assignment_operator;
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
_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;
concept_checks.h 269 template <class _Func, class _Ret>
271 static _Ret __generator_requirement_violation(_Func& __f) {
284 template <class _Func, class _Ret, class _Arg>
286 static _Ret
302 template <class _Func, class _Ret, class _First, class _Second>
304 static _Ret
324 template <class _Ret, class _First, class _Second> \
326 static _Ret \
331 static _Ret \
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 498 template <class _Ret, class _Tp>
499 class mem_fun_t : public unary_function<_Tp*,_Ret> {
500 typedef _Ret (_Tp::*__fun_type)(void);
503 _Ret operator()(_Tp* __p) const { return (__p->*_M_f)(); }
508 template <class _Ret, class _Tp>
509 class const_mem_fun_t : public unary_function<const _Tp*,_Ret> {
510 typedef _Ret (_Tp::*__fun_type)(void) const;
513 _Ret operator()(const _Tp* __p) const { return (__p->*_M_f)(); }
518 template <class _Ret, class _Tp>
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
    [all...]
_pair.h 163 typename _T2Traits::has_trivial_default_constructor>::_Ret has_trivial_default_constructor;
165 typename _T2Traits::has_trivial_copy_constructor>::_Ret has_trivial_copy_constructor;
167 typename _T2Traits::has_trivial_assignment_operator>::_Ret has_trivial_assignment_operator;
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
_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;
concept_checks.h 269 template <class _Func, class _Ret>
271 static _Ret __generator_requirement_violation(_Func& __f) {
284 template <class _Func, class _Ret, class _Arg>
286 static _Ret
302 template <class _Func, class _Ret, class _First, class _Second>
304 static _Ret
324 template <class _Ret, class _First, class _Second> \
326 static _Ret \
331 static _Ret \
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 498 template <class _Ret, class _Tp>
499 class mem_fun_t : public unary_function<_Tp*,_Ret> {
500 typedef _Ret (_Tp::*__fun_type)(void);
503 _Ret operator()(_Tp* __p) const { return (__p->*_M_f)(); }
508 template <class _Ret, class _Tp>
509 class const_mem_fun_t : public unary_function<const _Tp*,_Ret> {
510 typedef _Ret (_Tp::*__fun_type)(void) const;
513 _Ret operator()(const _Tp* __p) const { return (__p->*_M_f)(); }
518 template <class _Ret, class _Tp>
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
    [all...]
_pair.h 163 typename _T2Traits::has_trivial_default_constructor>::_Ret has_trivial_default_constructor;
165 typename _T2Traits::has_trivial_copy_constructor>::_Ret has_trivial_copy_constructor;
167 typename _T2Traits::has_trivial_assignment_operator>::_Ret has_trivial_assignment_operator;
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
_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;
concept_checks.h 269 template <class _Func, class _Ret>
271 static _Ret __generator_requirement_violation(_Func& __f) {
284 template <class _Func, class _Ret, class _Arg>
286 static _Ret
302 template <class _Func, class _Ret, class _First, class _Second>
304 static _Ret
324 template <class _Ret, class _First, class _Second> \
326 static _Ret \
331 static _Ret \
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 498 template <class _Ret, class _Tp>
499 class mem_fun_t : public unary_function<_Tp*,_Ret> {
500 typedef _Ret (_Tp::*__fun_type)(void);
503 _Ret operator()(_Tp* __p) const { return (__p->*_M_f)(); }
508 template <class _Ret, class _Tp>
509 class const_mem_fun_t : public unary_function<const _Tp*,_Ret> {
510 typedef _Ret (_Tp::*__fun_type)(void) const;
513 _Ret operator()(const _Tp* __p) const { return (__p->*_M_f)(); }
518 template <class _Ret, class _Tp>
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
    [all...]
_pair.h 163 typename _T2Traits::has_trivial_default_constructor>::_Ret has_trivial_default_constructor;
165 typename _T2Traits::has_trivial_copy_constructor>::_Ret has_trivial_copy_constructor;
167 typename _T2Traits::has_trivial_assignment_operator>::_Ret has_trivial_assignment_operator;
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
_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;
  /external/clang/test/PCH/
cxx-templates.h 75 template <class _Ret, class _Tp>
80 mem_fun_t(_Ret (_Tp::*__pf)())
84 _Ret (_Tp::*_M_f)();

Completed in 524 milliseconds

1 23 4 5 6 7 8 9