Home
last modified time | relevance | path

Searched refs:_Integral (Results 1 – 14 of 14) sorted by relevance

/external/stlport/stlport/stl/
D_string_workaround.h85 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.h280 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_string.h264 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_bvector.h546 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_slist.h357 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.h439 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.h535 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());
/external/stlport/stlport/stl/pointers/
D_slist.h169 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.h211 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.h251 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());
/external/stlport/stlport/stl/debug/
D_debug.c84 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.h389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in __construct_checker() typedef
390 _M_check_dispatch(__f, __l, _Integral()); in __construct_checker()
/external/astl/include/
Dvector204 template<typename _Integral>
205 void initialize(_Integral num, _Integral init_value, true_type) {
/external/stlport/etc/
DChangeLog-5.11275 * stlport/stl/type_traits.h: Rename _Is_Integer<_Tp>::_Integral and