/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_move_construct_fwk.h | 34 template <class _Tp> 37 explicit __move_source (_Tp &_src) : _M_data(_src) 40 _Tp& get() const 43 _Tp &_M_data; 46 typedef __move_source<_Tp> _Self; 51 template <class _Tp> 61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete; 73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete; 82 * in such a case will be __invalid_source<_Tp> to generate a compile erro [all...] |
_numeric.c | 37 template <class _InputIterator, class _OutputIterator, class _Tp, 41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { 46 _Tp __val = *__first; 54 template <class _InputIterator, class _OutputIterator, class _Tp, 58 _OutputIterator __result, _Tp*, 63 _Tp __val = *__first; 65 _Tp __tmp = *__first; 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_move_construct_fwk.h | 34 template <class _Tp> 37 explicit __move_source (_Tp &_src) : _M_data(_src) 40 _Tp& get() const 43 _Tp &_M_data; 46 typedef __move_source<_Tp> _Self; 51 template <class _Tp> 61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete; 73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete; 82 * in such a case will be __invalid_source<_Tp> to generate a compile erro [all...] |
_numeric.c | 37 template <class _InputIterator, class _OutputIterator, class _Tp, 41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { 46 _Tp __val = *__first; 54 template <class _InputIterator, class _OutputIterator, class _Tp, 58 _OutputIterator __result, _Tp*, 63 _Tp __val = *__first; 65 _Tp __tmp = *__first; 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_move_construct_fwk.h | 34 template <class _Tp> 37 explicit __move_source (_Tp &_src) : _M_data(_src) 40 _Tp& get() const 43 _Tp &_M_data; 46 typedef __move_source<_Tp> _Self; 51 template <class _Tp> 61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete; 73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete; 82 * in such a case will be __invalid_source<_Tp> to generate a compile erro [all...] |
_numeric.c | 37 template <class _InputIterator, class _OutputIterator, class _Tp, 41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { 46 _Tp __val = *__first; 54 template <class _InputIterator, class _OutputIterator, class _Tp, 58 _OutputIterator __result, _Tp*, 63 _Tp __val = *__first; 65 _Tp __tmp = *__first; 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_move_construct_fwk.h | 34 template <class _Tp> 37 explicit __move_source (_Tp &_src) : _M_data(_src) 40 _Tp& get() const 43 _Tp &_M_data; 46 typedef __move_source<_Tp> _Self; 51 template <class _Tp> 61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete; 73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete; 82 * in such a case will be __invalid_source<_Tp> to generate a compile erro [all...] |
_numeric.c | 37 template <class _InputIterator, class _OutputIterator, class _Tp, 41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { 46 _Tp __val = *__first; 54 template <class _InputIterator, class _OutputIterator, class _Tp, 58 _OutputIterator __result, _Tp*, 63 _Tp __val = *__first; 65 _Tp __tmp = *__first; 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_move_construct_fwk.h | 34 template <class _Tp> 37 explicit __move_source (_Tp &_src) : _M_data(_src) 40 _Tp& get() const 43 _Tp &_M_data; 46 typedef __move_source<_Tp> _Self; 51 template <class _Tp> 61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete; 73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete; 82 * in such a case will be __invalid_source<_Tp> to generate a compile erro [all...] |
_numeric.c | 37 template <class _InputIterator, class _OutputIterator, class _Tp, 41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { 46 _Tp __val = *__first; 54 template <class _InputIterator, class _OutputIterator, class _Tp, 58 _OutputIterator __result, _Tp*, 63 _Tp __val = *__first; 65 _Tp __tmp = *__first; 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_move_construct_fwk.h | 34 template <class _Tp> 37 explicit __move_source (_Tp &_src) : _M_data(_src) 40 _Tp& get() const 43 _Tp &_M_data; 46 typedef __move_source<_Tp> _Self; 51 template <class _Tp> 61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete; 73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete; 82 * in such a case will be __invalid_source<_Tp> to generate a compile erro [all...] |
_numeric.c | 37 template <class _InputIterator, class _OutputIterator, class _Tp, 41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { 46 _Tp __val = *__first; 54 template <class _InputIterator, class _OutputIterator, class _Tp, 58 _OutputIterator __result, _Tp*, 63 _Tp __val = *__first; 65 _Tp __tmp = *__first; 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
allocator.h | 89 * @tparam _Tp Type of allocated object. 91 template<typename _Tp> 92 class allocator: public __allocator_base<_Tp> 97 typedef _Tp* pointer; 98 typedef const _Tp* const_pointer; 99 typedef _Tp& reference; 100 typedef const _Tp& const_reference; 101 typedef _Tp value_type; 116 : __allocator_base<_Tp>(__a) { } 131 template<typename _Tp> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_tempbuf.h | 83 template<typename _Tp> 84 pair<_Tp*, ptrdiff_t> 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), 97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len); 100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0); 110 template<typename _Tp> [all...] |
stl_stack.h | 91 template<typename _Tp, typename _Sequence = deque<_Tp> > 96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept) 98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept) 233 template<typename _Tp, typename _Seq> 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 251 template<typename _Tp, typename _Seq> 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y [all...] |
allocator.h | 59 template<typename _Tp> 85 template<typename _Tp> 86 class allocator: public __glibcxx_base_allocator<_Tp> 91 typedef _Tp* pointer; 92 typedef const _Tp* const_pointer; 93 typedef _Tp& reference; 94 typedef const _Tp& const_reference; 95 typedef _Tp value_type; 104 : __glibcxx_base_allocator<_Tp>(__a) { } 119 template<typename _Tp> [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 83 template<typename _Tp> 84 pair<_Tp*, ptrdiff_t> 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), 97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len); 100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0); 110 template<typename _Tp> [all...] |
stl_stack.h | 91 template<typename _Tp, typename _Sequence = deque<_Tp> > 96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept) 98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept) 233 template<typename _Tp, typename _Seq> 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 251 template<typename _Tp, typename _Seq> 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 83 template<typename _Tp> 84 pair<_Tp*, ptrdiff_t> 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), 97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len); 100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0); 110 template<typename _Tp> [all...] |
stl_stack.h | 91 template<typename _Tp, typename _Sequence = deque<_Tp> > 96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept) 98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept) 233 template<typename _Tp, typename _Seq> 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 251 template<typename _Tp, typename _Seq> 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 83 template<typename _Tp> 84 pair<_Tp*, ptrdiff_t> 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), 97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len); 100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0); 110 template<typename _Tp> [all...] |
stl_stack.h | 91 template<typename _Tp, typename _Sequence = deque<_Tp> > 96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept) 98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept) 233 template<typename _Tp, typename _Seq> 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 251 template<typename _Tp, typename _Seq> 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_tempbuf.h | 83 template<typename _Tp> 84 pair<_Tp*, ptrdiff_t> 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), 97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len); 100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0); 110 template<typename _Tp> [all...] |
stl_stack.h | 91 template<typename _Tp, typename _Sequence = deque<_Tp> > 96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept) 98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept) 233 template<typename _Tp, typename _Seq> 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 251 template<typename _Tp, typename _Seq> 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y [all...] |
/external/stlport/stlport/stl/ |
_numeric.c | 37 template <class _InputIterator, class _OutputIterator, class _Tp, 41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) { 46 _Tp __val = *__first; 54 template <class _InputIterator, class _OutputIterator, class _Tp, 58 _OutputIterator __result, _Tp*, 63 _Tp __val = *__first; 65 _Tp __tmp = *__first; 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) [all...] |