/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_workaround.h | 85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string() typedef 86 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string() typedef 93 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in append() typedef 193 return _M_append_dispatch(__first, __last, _Integral()); in append() 302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in assign() typedef 303 return _M_assign_dispatch(__first, __last, _Integral()); in assign() 356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in insert() typedef 357 _M_insert_dispatch(__p, __first, __last, _Integral()); in insert() [all …]
|
D | _vector.h | 280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in vector() typedef 281 _M_initialize_aux(__first, __last, _Integral()); in vector() 288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in vector() typedef 289 _M_initialize_aux(__first, __last, _Integral()); in vector() 370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef 371 _M_assign_dispatch(__first, __last, _Integral()); 516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 517 _M_insert_dispatch(__pos, __first, __last, _Integral());
|
D | _bvector.h | 546 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 547 _M_initialize_dispatch(__first, __last, _Integral()); 554 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 555 _M_initialize_dispatch(__first, __last, _Integral()); 612 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 613 _M_assign_dispatch(__first, __last, _Integral()); 715 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 716 _M_insert_dispatch(__position, __first, __last, _Integral());
|
D | _string.h | 264 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string() typedef 265 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 271 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string() typedef 272 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 504 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in append() typedef 505 return _M_append_dispatch(__first, __last, _Integral()); in append() 596 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in assign() typedef 597 return _M_assign_dispatch(__first, __last, _Integral()); in assign() 773 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in insert() typedef 774 _M_insert_dispatch(__p, __first, __last, _Integral()); in insert() [all …]
|
D | _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());
|
D | _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());
|
D | _deque.h | 535 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 536 _M_initialize_dispatch(__first, __last, _Integral()); 543 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 544 _M_initialize_dispatch(__first, __last, _Integral()); 605 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 606 _M_assign_dispatch(__first, __last, _Integral()); 784 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 785 _M_insert_dispatch(__pos, __first, __last, _Integral());
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _slist.h | 169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in assign() typedef 170 _M_assign_dispatch(__first, __last, _Integral()); in assign() 266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in insert_after() typedef 267 _M_insert_after_dispatch(__pos, __first, __last, _Integral()); in insert_after() 326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in insert() typedef 327 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert()
|
D | _list.h | 211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in insert() typedef 212 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert() 278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in assign() typedef 279 _M_assign_dispatch(__first, __last, _Integral()); in assign()
|
D | _deque.h | 251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 252 _M_assign_dispatch(__first, __last, _Integral()); 328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; 329 _M_insert_dispatch(__pos, __first, __last, _Integral());
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.c | 84 template <class _Integral> 85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/, in __check_range_aux() argument 91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral; in __check_range() typedef 92 return __check_range_aux(__first, __last, _Integral()); in __check_range()
|
D | _iterator.h | 389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in __construct_checker() typedef 390 _M_check_dispatch(__f, __l, _Integral()); in __construct_checker()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 2400 template<typename _Integral> 2402 _Integral 2403 __gcd(_Integral __x, _Integral __y) 2407 _Integral __t = __x % __y;
|