Searched refs:resize (Results 1 - 25 of 100) sorted by relevance

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/capacity/
H A Dmoveable.cc33 a.resize(10);
34 a.resize(98);
35 a.resize(99);
36 a.resize(100);
39 a.resize(99);
40 a.resize(0);
43 a.resize(100);
H A D29134-2.cc34 d.resize(size_t(-1));
H A Dresize_size.cc33 d.resize(1000);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/
H A Dmoveable.cc33 a.resize(10);
34 a.resize(98);
35 a.resize(99);
36 a.resize(100);
39 a.resize(99);
40 a.resize(0);
43 a.resize(100);
H A Dmoveable2.cc34 v.resize(50);
40 v.resize(100);
43 v.resize(500, throwing_move_constructor());
49 v.resize(1000, throwing_move_constructor());
H A D1.cc37 v.resize(v.max_size());
H A Dresize_size.cc33 v.resize(1000);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dhash_resize_neg.cc35 * An example showing how *not* to resize a hash-based container.
40 * containers. By default, resize policies don't allow external size
57 // The following line won't compile. The resize policy needs to be
58 // configured to allow external resize (by default, this is not
60 h.resize(20); // { dg-error "required from" }
H A Dhash_resize.cc39 * container object through its resize-policy object.
96 // Now resize the table upward.
97 g.resize(200);
110 // Now resize the table downward.
111 g.resize(106);
H A Dhash_load_set_change.cc40 * a hash-based container object through its resize-policy object.
66 // A resize policy type.
95 // A resize policy object with the above trigger.
96 resize_t resize(hash_exponential_size_policy<>(),
102 resize); local
115 // external resize.
122 // Change the loads. This causes (potentially) a resize.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dpr58729.cc32 pdb2.resize(10, true);
35 pdb2.resize(15);
44 pdb2.resize(20, false);
47 pdb2.resize(25, true);
50 pdb2.resize(75, true);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/
H A D2.cc45 v.resize(7);
52 v.resize(17);
56 v.resize(42);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/
H A D1.cc20 // 23.2.5 vector<bool> resize
84 v.resize(1);
88 v.resize(3);
92 v.resize(2);
96 v.resize(7, true);
100 v.resize(18, false);
104 v.resize(40, true);
108 v.resize(80, false);
112 v.resize(90, true);
116 v.resize(10
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D44190.cc29 v.resize(10);
H A D29134-2.cc34 v.resize(size_t(-1));
H A D1.cc46 vec01.resize(sz01);
51 vec01.resize(sz01);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-template3.C21 resize() function in class:flist
32 fl.resize();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/
H A D2.cc37 v.resize(7);
44 v.resize(17);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/resize/
H A Dvector_bool.cc34 vec.resize(i);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/
H A D31370.cc66 // When doubling is too big, but smaller is sufficient, the resize
72 x.resize(x.max_size() / 2 + 1, false);
85 x.resize(x.max_size() / 2 + 1, false);
97 x.resize(x.max_size() / 2 + 1, false);
112 x.resize(x.max_size() - _S_word_bit, false);
125 x.resize(x.max_size() - _S_word_bit, false);
137 x.resize(x.max_size() - _S_word_bit, false);
152 x.resize(x.max_size() - _S_word_bit, false);
167 x.resize(x.max_size() - _S_word_bit, false);
181 x.resize(
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/capacity/
H A D1.h30 // 23.2.2.2 void resize(size_type s, T c = T())
48 list0101.resize(3, 2);
58 list0101.resize(0);
H A Dresize_size.cc33 l.resize(1000);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/capacity/
H A D1.cc36 fld.resize(0);
H A Dresize_size.cc33 fl.resize(1000);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/
H A D6886.cc33 v.resize(66);

Completed in 273 milliseconds

1234