Lines Matching refs:__t
443 __split_buffer<value_type, __alloc_rr&> __t(__n, 0, __alloc());
444 __t.__construct_at_end(move_iterator<pointer>(__begin_),
446 _VSTD::swap(__first_, __t.__first_);
447 _VSTD::swap(__begin_, __t.__begin_);
448 _VSTD::swap(__end_, __t.__end_);
449 _VSTD::swap(__end_cap(), __t.__end_cap());
463 __split_buffer<value_type, __alloc_rr&> __t(size(), 0, __alloc());
464 __t.__construct_at_end(move_iterator<pointer>(__begin_),
466 __t.__end_ = __t.__begin_ + (__end_ - __begin_);
467 _VSTD::swap(__first_, __t.__first_);
468 _VSTD::swap(__begin_, __t.__begin_);
469 _VSTD::swap(__end_, __t.__end_);
470 _VSTD::swap(__end_cap(), __t.__end_cap());
496 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
497 __t.__construct_at_end(move_iterator<pointer>(__begin_),
499 _VSTD::swap(__first_, __t.__first_);
500 _VSTD::swap(__begin_, __t.__begin_);
501 _VSTD::swap(__end_, __t.__end_);
502 _VSTD::swap(__end_cap(), __t.__end_cap());
527 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
528 __t.__construct_at_end(move_iterator<pointer>(__begin_),
530 _VSTD::swap(__first_, __t.__first_);
531 _VSTD::swap(__begin_, __t.__begin_);
532 _VSTD::swap(__end_, __t.__end_);
533 _VSTD::swap(__end_cap(), __t.__end_cap());
560 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
561 __t.__construct_at_end(move_iterator<pointer>(__begin_),
563 _VSTD::swap(__first_, __t.__first_);
564 _VSTD::swap(__begin_, __t.__begin_);
565 _VSTD::swap(__end_, __t.__end_);
566 _VSTD::swap(__end_cap(), __t.__end_cap());
591 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
592 __t.__construct_at_end(move_iterator<pointer>(__begin_),
594 _VSTD::swap(__first_, __t.__first_);
595 _VSTD::swap(__begin_, __t.__begin_);
596 _VSTD::swap(__end_, __t.__end_);
597 _VSTD::swap(__end_cap(), __t.__end_cap());
624 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
625 __t.__construct_at_end(move_iterator<pointer>(__begin_),
627 _VSTD::swap(__first_, __t.__first_);
628 _VSTD::swap(__begin_, __t.__begin_);
629 _VSTD::swap(__end_, __t.__end_);
630 _VSTD::swap(__end_cap(), __t.__end_cap());