Searched defs:__t (Results 1 - 25 of 236) sorted by relevance

12345678910

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dmove.h51 forward(typename std::remove_reference<_Tp>::type& __t) argument
53 { return static_cast<_Tp&&>(__t); }
55 { return __t; }
60 forward(typename std::remove_reference<_Tp>::type&& __t) argument
66 return static_cast<_Tp&&>(__t);
68 return __t;
74 move(_Tp&& __t) argument
76 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
78 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) argument
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t) argument
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior argument
142 __t = *(_M_base + __former_back % _M_max_size);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) argument
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t) argument
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior argument
142 __t = *(_M_base + __former_back % _M_max_size);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]

Completed in 330 milliseconds

12345678910