Searched refs:_Integral (Results 1 - 25 of 120) sorted by relevance

12345

/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
H A Dfunctions.h125 template<typename _Integral>
127 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
149 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
150 return __valid_range_aux(__first, __last, _Integral());
260 template<typename _Iterator, typename _Sequence, typename _Integral>
263 _Integral, _Integral,
285 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
286 return __foreign_iterator_aux(__it, __other, __other_end, _Integral());
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
H A Dfunctions.h125 template<typename _Integral>
127 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
149 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
150 return __valid_range_aux(__first, __last, _Integral());
268 template<typename _Iterator, typename _Sequence, typename _Integral>
271 _Integral, _Integral,
293 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
294 return __foreign_iterator_aux(__it, __other, __other_end, _Integral());
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
H A Dfunctions.h125 template<typename _Integral>
127 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
149 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
150 return __valid_range_aux(__first, __last, _Integral());
268 template<typename _Iterator, typename _Sequence, typename _Integral>
271 _Integral, _Integral,
293 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
294 return __foreign_iterator_aux(__it, __other, __other_end, _Integral());
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
H A Dfunctions.h125 template<typename _Integral>
127 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
149 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
150 return __valid_range_aux(__first, __last, _Integral());
268 template<typename _Iterator, typename _Sequence, typename _Integral>
271 _Integral, _Integral,
293 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
294 return __foreign_iterator_aux(__it, __other, __other_end, _Integral());
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string_workaround.h85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
93 _M_initialize_dispatch(__f, __l, _Integral());
136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
193 return _M_append_dispatch(__first, __last, _Integral());
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
283 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
537 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
[all...]
H A D_bvector.h546 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
547 _M_initialize_dispatch(__first, __last, _Integral());
554 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
555 _M_initialize_dispatch(__first, __last, _Integral());
612 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
613 _M_assign_dispatch(__first, __last, _Integral());
715 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
716 _M_insert_dispatch(__position, __first, __last, _Integral());
H A D_vector.h280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
281 _M_initialize_aux(__first, __last, _Integral());
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
289 _M_initialize_aux(__first, __last, _Integral());
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
371 _M_assign_dispatch(__first, __last, _Integral());
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
517 _M_insert_dispatch(__pos, __first, __last, _Integral());
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_string_workaround.h85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
93 _M_initialize_dispatch(__f, __l, _Integral());
136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
193 return _M_append_dispatch(__first, __last, _Integral());
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
283 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
537 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
[all...]
H A D_bvector.h546 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
547 _M_initialize_dispatch(__first, __last, _Integral());
554 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
555 _M_initialize_dispatch(__first, __last, _Integral());
612 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
613 _M_assign_dispatch(__first, __last, _Integral());
715 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
716 _M_insert_dispatch(__position, __first, __last, _Integral());
H A D_vector.h280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
281 _M_initialize_aux(__first, __last, _Integral());
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
289 _M_initialize_aux(__first, __last, _Integral());
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
371 _M_assign_dispatch(__first, __last, _Integral());
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
517 _M_insert_dispatch(__pos, __first, __last, _Integral());
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_string_workaround.h85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
93 _M_initialize_dispatch(__f, __l, _Integral());
136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
193 return _M_append_dispatch(__first, __last, _Integral());
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
283 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
537 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
[all...]
H A D_bvector.h546 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
547 _M_initialize_dispatch(__first, __last, _Integral());
554 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
555 _M_initialize_dispatch(__first, __last, _Integral());
612 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
613 _M_assign_dispatch(__first, __last, _Integral());
715 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
716 _M_insert_dispatch(__position, __first, __last, _Integral());
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_string_workaround.h85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
93 _M_initialize_dispatch(__f, __l, _Integral());
136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
193 return _M_append_dispatch(__first, __last, _Integral());
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
283 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
537 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
H A Dfunctions.h109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
133 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
134 return __valid_range_aux(__first, __last, _Integral());
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
H A Dfunctions.h109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
133 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
134 return __valid_range_aux(__first, __last, _Integral());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/debug/
H A Dfunctions.h109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
133 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
134 return __valid_range_aux(__first, __last, _Integral());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
H A Dfunctions.h109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) argument
133 typedef typename std::__is_integer<_InputIterator>::__type _Integral; typedef
134 return __valid_range_aux(__first, __last, _Integral());
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_slist.h169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
170 _M_assign_dispatch(__first, __last, _Integral());
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
267 _M_insert_after_dispatch(__pos, __first, __last, _Integral());
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
327 _M_insert_dispatch(__pos, __first, __last, _Integral());
H A D_list.h211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
212 _M_insert_dispatch(__pos, __first, __last, _Integral());
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
279 _M_assign_dispatch(__first, __last, _Integral());
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_slist.h169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
170 _M_assign_dispatch(__first, __last, _Integral());
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
267 _M_insert_after_dispatch(__pos, __first, __last, _Integral());
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
327 _M_insert_dispatch(__pos, __first, __last, _Integral());
H A D_list.h211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
212 _M_insert_dispatch(__pos, __first, __last, _Integral());
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
279 _M_assign_dispatch(__first, __last, _Integral());
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_slist.h169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
170 _M_assign_dispatch(__first, __last, _Integral());
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
267 _M_insert_after_dispatch(__pos, __first, __last, _Integral());
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
327 _M_insert_dispatch(__pos, __first, __last, _Integral());
H A D_list.h211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
212 _M_insert_dispatch(__pos, __first, __last, _Integral());
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
279 _M_assign_dispatch(__first, __last, _Integral());
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_slist.h169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
170 _M_assign_dispatch(__first, __last, _Integral());
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
267 _M_insert_after_dispatch(__pos, __first, __last, _Integral());
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
327 _M_insert_dispatch(__pos, __first, __last, _Integral());
H A D_list.h211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
212 _M_insert_dispatch(__pos, __first, __last, _Integral());
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
279 _M_assign_dispatch(__first, __last, _Integral());

Completed in 708 milliseconds

12345