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

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
137 return __valid_range_aux(__first, __last, _Integral());
  /external/stlport/stlport/stl/
_string_workaround.h 85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
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;
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*/) {
    [all...]
  /external/stlport/stlport/stl/debug/
_debug.c 84 template <class _Integral>
85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/,
91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral;
92 return __check_range_aux(__first, __last, _Integral());
_iterator.h 389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
390 _M_check_dispatch(__f, __l, _Integral());
  /external/stlport/stlport/stl/pointers/
_list.h 211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
212 _M_insert_dispatch(__pos, __first, __last, _Integral());
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
279 _M_assign_dispatch(__first, __last, _Integral());
_slist.h 169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
170 _M_assign_dispatch(__first, __last, _Integral());
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
267 _M_insert_after_dispatch(__pos, __first, __last, _Integral());
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
327 _M_insert_dispatch(__pos, __first, __last, _Integral());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
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;
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*/) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 84 template <class _Integral>
85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/,
91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral;
92 return __check_range_aux(__first, __last, _Integral());
_iterator.h 389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
390 _M_check_dispatch(__f, __l, _Integral());
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
212 _M_insert_dispatch(__pos, __first, __last, _Integral());
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
279 _M_assign_dispatch(__first, __last, _Integral());
_slist.h 169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
170 _M_assign_dispatch(__first, __last, _Integral());
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
267 _M_insert_after_dispatch(__pos, __first, __last, _Integral());
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
327 _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/ext/
sso_string_base.h 122 typedef typename std::__is_integer<_InIterator>::__type _Integral;
123 _M_construct_aux(__beg, __end, _Integral());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 128 typedef typename std::__is_integer<_InIterator>::__type _Integral;
129 _M_construct_aux(__beg, __end, _Integral());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 128 typedef typename std::__is_integer<_InIterator>::__type _Integral;
129 _M_construct_aux(__beg, __end, _Integral());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 122 typedef typename std::__is_integer<_InIterator>::__type _Integral;
123 _M_construct_aux(__beg, __end, _Integral());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
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;
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*/) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 84 template <class _Integral>
85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/,
91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral;
92 return __check_range_aux(__first, __last, _Integral());

Completed in 1488 milliseconds

1 2 3 4 5 6 7