Lines Matching refs:__buf
1848 __split_buffer<value_type, allocator_type&> __buf(__alloc());
1849 __buf.__construct_at_end_with_sentinel(std::move(__f), std::move(__l));
1851 return insert(__p, move_iterator<__bi>(__buf.begin()), move_iterator<__bi>(__buf.end()));
1865 __split_buffer<value_type, allocator_type&> __buf(__n, 0, __alloc());
1866 __buf.__construct_at_end_with_size(__f, __n);
1868 return insert(__p, move_iterator<__fwd>(__buf.begin()), move_iterator<__fwd>(__buf.end()));
2045 __split_buffer<pointer, __pointer_allocator&> __buf(
2050 __buf.push_back(__hold.get());
2054 __buf.push_back(*__i);
2055 std::swap(__map_.__first_, __buf.__first_);
2056 std::swap(__map_.__begin_, __buf.__begin_);
2057 std::swap(__map_.__end_, __buf.__end_);
2058 std::swap(__map_.__end_cap(), __buf.__end_cap());
2108 __split_buffer<pointer, __pointer_allocator&> __buf(
2114 __buf.push_back(__alloc_traits::allocate(__a, __block_size));
2116 …__annotate_poison_block(std::__to_address(__buf.back()), std::__to_address(__buf.back() + __block_…
2121 for (__map_pointer __i = __buf.begin(); __i != __buf.end(); ++__i)
2127 __buf.push_back(__map_.back());
2131 __buf.push_back(*__i);
2132 std::swap(__map_.__first_, __buf.__first_);
2133 std::swap(__map_.__begin_, __buf.__begin_);
2134 std::swap(__map_.__end_, __buf.__end_);
2135 std::swap(__map_.__end_cap(), __buf.__end_cap());
2168 __split_buffer<pointer, __pointer_allocator&> __buf(
2173 __buf.push_back(__hold.get());
2177 __buf.push_front(*--__i);
2178 std::swap(__map_.__first_, __buf.__first_);
2179 std::swap(__map_.__begin_, __buf.__begin_);
2180 std::swap(__map_.__end_, __buf.__end_);
2181 std::swap(__map_.__end_cap(), __buf.__end_cap());
2231 __split_buffer<pointer, __pointer_allocator&> __buf(
2239 __buf.push_back(__alloc_traits::allocate(__a, __block_size));
2241 …__annotate_poison_block(std::__to_address(__buf.back()), std::__to_address(__buf.back() + __block_…
2246 for (__map_pointer __i = __buf.begin(); __i != __buf.end(); ++__i)
2252 __buf.push_back(__map_.front());
2256 __buf.push_front(*--__i);
2257 std::swap(__map_.__first_, __buf.__first_);
2258 std::swap(__map_.__begin_, __buf.__begin_);
2259 std::swap(__map_.__end_, __buf.__end_);
2260 std::swap(__map_.__end_cap(), __buf.__end_cap());