HomeSort by relevance Sort by last modified time
    Searched defs:_Integral (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/stlport/stlport/stl/
_slist.h 357 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
358 _M_assign_dispatch(__first, __last, _Integral());
493 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
494 _M_insert_after_range(__pos, __first, __last, _Integral());
530 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
531 _M_splice_after_range(__pos, __first, __last, _Integral());
566 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
567 _M_splice_range(__pos, __first, __last, _Integral());
_string.h 264 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
265 _M_initialize_dispatch(__f, __l, _Integral());
271 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
272 _M_initialize_dispatch(__f, __l, _Integral());
335 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
342 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
504 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
505 return _M_append_dispatch(__first, __last, _Integral());
573 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
577 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
    [all...]
_vector.h 280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
281 _M_initialize_aux(__first, __last, _Integral());
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
289 _M_initialize_aux(__first, __last, _Integral());
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
371 _M_assign_dispatch(__first, __last, _Integral());
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
517 _M_insert_dispatch(__pos, __first, __last, _Integral());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 439 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
440 _M_insert_dispatch(__pos, __first, __last, _Integral());
469 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
470 _M_splice_insert_dispatch(__pos, __first, __last, _Integral());
562 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
563 _M_assign_dispatch(__first, __last, _Integral());
_slist.h 357 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
358 _M_assign_dispatch(__first, __last, _Integral());
493 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
494 _M_insert_after_range(__pos, __first, __last, _Integral());
530 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
531 _M_splice_after_range(__pos, __first, __last, _Integral());
566 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
567 _M_splice_range(__pos, __first, __last, _Integral());
_string.h 264 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
265 _M_initialize_dispatch(__f, __l, _Integral());
271 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
272 _M_initialize_dispatch(__f, __l, _Integral());
335 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
342 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
504 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
505 return _M_append_dispatch(__first, __last, _Integral());
573 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
577 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
    [all...]
_vector.h 280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
281 _M_initialize_aux(__first, __last, _Integral());
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
289 _M_initialize_aux(__first, __last, _Integral());
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
371 _M_assign_dispatch(__first, __last, _Integral());
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
517 _M_insert_dispatch(__pos, __first, __last, _Integral());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 491 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
492 _M_initialize_dispatch(__first, __last, _Integral());
    [all...]
stl_bvector.h 543 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
544 _M_initialize_dispatch(__first, __last, _Integral());
594 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
595 _M_assign_dispatch(__first, __last, _Integral());
789 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
790 _M_insert_dispatch(__position, __first, __last, _Integral());
stl_list.h 576 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
577 _M_initialize_dispatch(__first, __last, _Integral());
661 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
662 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 501 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
502 _M_initialize_dispatch(__first, __last, _Integral());
    [all...]
stl_list.h 636 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
637 _M_initialize_dispatch(__first, __last, _Integral());
722 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
723 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 501 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
502 _M_initialize_dispatch(__first, __last, _Integral());
    [all...]
stl_list.h 636 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
637 _M_initialize_dispatch(__first, __last, _Integral());
722 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
723 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 491 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
492 _M_initialize_dispatch(__first, __last, _Integral());
    [all...]
stl_bvector.h 543 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
544 _M_initialize_dispatch(__first, __last, _Integral());
594 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
595 _M_assign_dispatch(__first, __last, _Integral());
789 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
790 _M_insert_dispatch(__position, __first, __last, _Integral());
stl_list.h 576 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
577 _M_initialize_dispatch(__first, __last, _Integral());
661 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
662 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.h 439 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
440 _M_insert_dispatch(__pos, __first, __last, _Integral());
469 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
470 _M_splice_insert_dispatch(__pos, __first, __last, _Integral());
562 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
563 _M_assign_dispatch(__first, __last, _Integral());
_slist.h 357 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
358 _M_assign_dispatch(__first, __last, _Integral());
493 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
494 _M_insert_after_range(__pos, __first, __last, _Integral());
530 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
531 _M_splice_after_range(__pos, __first, __last, _Integral());
566 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
567 _M_splice_range(__pos, __first, __last, _Integral());
_string.h 264 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
265 _M_initialize_dispatch(__f, __l, _Integral());
271 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
272 _M_initialize_dispatch(__f, __l, _Integral());
335 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
342 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
504 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
505 return _M_append_dispatch(__first, __last, _Integral());
573 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
577 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
    [all...]
_vector.h 280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
281 _M_initialize_aux(__first, __last, _Integral());
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
289 _M_initialize_aux(__first, __last, _Integral());
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
371 _M_assign_dispatch(__first, __last, _Integral());
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
517 _M_insert_dispatch(__pos, __first, __last, _Integral());

Completed in 1623 milliseconds

1 2 34 5 6 7