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

1 2 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
133 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
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/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
133 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
134 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());
  /prebuilts/ndk/9/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/9/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());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
functions.h 109 template<typename _Integral>
111 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
133 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
134 return __valid_range_aux(__first, __last, _Integral());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
functions.h 125 template<typename _Integral>
127 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
149 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
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;
286 return __foreign_iterator_aux(__it, __other, __other_end, _Integral());
    [all...]
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 120 typedef typename std::__is_integer<_InIterator>::__type _Integral;
121 _M_construct_aux(__beg, __end, _Integral());

Completed in 1702 milliseconds

1 2 3 4 5 6 7 8 9