HomeSort by relevance Sort by last modified time
    Searched defs:_Integral (Results 101 - 125 of 203) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 253 typedef typename std::__is_integer<_InIterator>::__type _Integral;
254 return _S_construct_aux(__beg, __end, __a, _Integral());
vstring.h     [all...]
  /external/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());
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
forward_list.h 501 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
502 _M_initialize_dispatch(__first, __last, _Integral());
    [all...]
stl_list.h 616 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
617 _M_initialize_dispatch(__first, __last, _Integral());
702 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
703 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 907 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
908 _M_initialize_dispatch(__first, __last, _Integral());
    [all...]
stl_list.h 635 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
636 _M_initialize_dispatch(__first, __last, _Integral());
729 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
730 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_deque.h 907 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
908 _M_initialize_dispatch(__first, __last, _Integral());
    [all...]
stl_list.h 635 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
636 _M_initialize_dispatch(__first, __last, _Integral());
729 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
730 _M_assign_dispatch(__first, __last, _Integral());
    [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 743 milliseconds

1 2 3 45 6 7 8 9