• Home
  • Raw
  • Download

Lines Matching refs:__t

429         __split_buffer<value_type, __alloc_rr&> __t(__n, 0, __alloc());
430 __t.__construct_at_end(move_iterator<pointer>(__begin_),
432 _VSTD::swap(__first_, __t.__first_);
433 _VSTD::swap(__begin_, __t.__begin_);
434 _VSTD::swap(__end_, __t.__end_);
435 _VSTD::swap(__end_cap(), __t.__end_cap());
449 __split_buffer<value_type, __alloc_rr&> __t(size(), 0, __alloc());
450 __t.__construct_at_end(move_iterator<pointer>(__begin_),
452 __t.__end_ = __t.__begin_ + (__end_ - __begin_);
453 _VSTD::swap(__first_, __t.__first_);
454 _VSTD::swap(__begin_, __t.__begin_);
455 _VSTD::swap(__end_, __t.__end_);
456 _VSTD::swap(__end_cap(), __t.__end_cap());
482 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
483 __t.__construct_at_end(move_iterator<pointer>(__begin_),
485 _VSTD::swap(__first_, __t.__first_);
486 _VSTD::swap(__begin_, __t.__begin_);
487 _VSTD::swap(__end_, __t.__end_);
488 _VSTD::swap(__end_cap(), __t.__end_cap());
513 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
514 __t.__construct_at_end(move_iterator<pointer>(__begin_),
516 _VSTD::swap(__first_, __t.__first_);
517 _VSTD::swap(__begin_, __t.__begin_);
518 _VSTD::swap(__end_, __t.__end_);
519 _VSTD::swap(__end_cap(), __t.__end_cap());
546 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
547 __t.__construct_at_end(move_iterator<pointer>(__begin_),
549 _VSTD::swap(__first_, __t.__first_);
550 _VSTD::swap(__begin_, __t.__begin_);
551 _VSTD::swap(__end_, __t.__end_);
552 _VSTD::swap(__end_cap(), __t.__end_cap());
577 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
578 __t.__construct_at_end(move_iterator<pointer>(__begin_),
580 _VSTD::swap(__first_, __t.__first_);
581 _VSTD::swap(__begin_, __t.__begin_);
582 _VSTD::swap(__end_, __t.__end_);
583 _VSTD::swap(__end_cap(), __t.__end_cap());
608 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
609 __t.__construct_at_end(move_iterator<pointer>(__begin_),
611 _VSTD::swap(__first_, __t.__first_);
612 _VSTD::swap(__begin_, __t.__begin_);
613 _VSTD::swap(__end_, __t.__end_);
614 _VSTD::swap(__end_cap(), __t.__end_cap());