Lines Matching refs:__t
428 __split_buffer<value_type, __alloc_rr&> __t(__n, 0, __alloc());
429 __t.__construct_at_end(move_iterator<pointer>(__begin_),
431 _VSTD::swap(__first_, __t.__first_);
432 _VSTD::swap(__begin_, __t.__begin_);
433 _VSTD::swap(__end_, __t.__end_);
434 _VSTD::swap(__end_cap(), __t.__end_cap());
448 __split_buffer<value_type, __alloc_rr&> __t(size(), 0, __alloc());
449 __t.__construct_at_end(move_iterator<pointer>(__begin_),
451 __t.__end_ = __t.__begin_ + (__end_ - __begin_);
452 _VSTD::swap(__first_, __t.__first_);
453 _VSTD::swap(__begin_, __t.__begin_);
454 _VSTD::swap(__end_, __t.__end_);
455 _VSTD::swap(__end_cap(), __t.__end_cap());
481 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
482 __t.__construct_at_end(move_iterator<pointer>(__begin_),
484 _VSTD::swap(__first_, __t.__first_);
485 _VSTD::swap(__begin_, __t.__begin_);
486 _VSTD::swap(__end_, __t.__end_);
487 _VSTD::swap(__end_cap(), __t.__end_cap());
510 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
511 __t.__construct_at_end(move_iterator<pointer>(__begin_),
513 _VSTD::swap(__first_, __t.__first_);
514 _VSTD::swap(__begin_, __t.__begin_);
515 _VSTD::swap(__end_, __t.__end_);
516 _VSTD::swap(__end_cap(), __t.__end_cap());
541 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
542 __t.__construct_at_end(move_iterator<pointer>(__begin_),
544 _VSTD::swap(__first_, __t.__first_);
545 _VSTD::swap(__begin_, __t.__begin_);
546 _VSTD::swap(__end_, __t.__end_);
547 _VSTD::swap(__end_cap(), __t.__end_cap());
570 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
571 __t.__construct_at_end(move_iterator<pointer>(__begin_),
573 _VSTD::swap(__first_, __t.__first_);
574 _VSTD::swap(__begin_, __t.__begin_);
575 _VSTD::swap(__end_, __t.__end_);
576 _VSTD::swap(__end_cap(), __t.__end_cap());
601 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
602 __t.__construct_at_end(move_iterator<pointer>(__begin_),
604 _VSTD::swap(__first_, __t.__first_);
605 _VSTD::swap(__begin_, __t.__begin_);
606 _VSTD::swap(__end_, __t.__end_);
607 _VSTD::swap(__end_cap(), __t.__end_cap());