Home | History | Annotate | Download | only in ADT

Lines Matching refs:testArray

52   ArrayRef<PtrT> testArray(size_t N) {
85 this->expectValues(this->V, this->testArray(0));
90 this->expectValues(this->V, this->testArray(1));
92 this->expectValues(this->V, this->testArray(2));
94 this->expectValues(this->V, this->testArray(3));
96 this->expectValues(this->V, this->testArray(4));
98 this->expectValues(this->V, this->testArray(5));
102 this->expectValues(this->V, this->testArray(4));
104 this->expectValues(this->V, this->testArray(3));
108 this->expectValues(this->V, this->testArray(4));
110 this->expectValues(this->V, this->testArray(5));
113 this->expectValues(this->V, this->testArray(4));
115 this->expectValues(this->V, this->testArray(3));
117 this->expectValues(this->V, this->testArray(2));
119 this->expectValues(this->V, this->testArray(1));
121 this->expectValues(this->V, this->testArray(0));
123 this->appendValues(this->V, this->testArray(42));
124 this->expectValues(this->V, this->testArray(42));
128 this->expectValues(this->V, this->testArray(0));
130 this->expectValues(this->V, this->testArray(0));
132 this->appendValues(this->V, this->testArray(1));
133 this->expectValues(this->V, this->testArray(1));
135 this->expectValues(this->V, this->testArray(0));
137 this->appendValues(this->V, this->testArray(42));
138 this->expectValues(this->V, this->testArray(42));
140 this->expectValues(this->V, this->testArray(0));
144 this->appendValues(this->V, this->testArray(42));
146 this->expectValues(Copy, this->testArray(42));
150 this->expectValues(Copy, this->testArray(0));
151 this->expectValues(this->V, this->testArray(42));
154 this->appendValues(Copy2, this->testArray(42));
155 this->expectValues(Copy2, this->testArray(42));
156 this->expectValues(this->V2, this->testArray(0));
159 this->expectValues(Move, this->testArray(42));
160 this->expectValues(Copy2, this->testArray(0));
165 this->expectValues(this->V, this->testArray(0));
166 this->expectValues(this->V2, this->testArray(0));
168 this->expectValues(this->V, this->testArray(0));
170 this->setVectors(this->testArray(1), this->testArray(0));
172 this->expectValues(this->V, this->testArray(0));
173 this->expectValues(this->V2, this->testArray(0));
174 this->setVectors(this->testArray(1), this->testArray(0));
176 this->expectValues(this->V, this->testArray(0));
178 this->setVectors(this->testArray(2), this->testArray(0));
180 this->expectValues(this->V, this->testArray(0));
181 this->expectValues(this->V2, this->testArray(0));
182 this->setVectors(this->testArray(2), this->testArray(0));
184 this->expectValues(this->V, this->testArray(0));
186 this->setVectors(this->testArray(42), this->testArray(0));
188 this->expectValues(this->V, this->testArray(0));
189 this->expectValues(this->V2, this->testArray(0));
190 this->setVectors(this->testArray(42), this->testArray(0));
192 this->expectValues(this->V, this->testArray(0));
194 this->setVectors(this->testArray(0), this->testArray(1));
196 this->expectValues(this->V, this->testArray(1));
197 this->expectValues(this->V2, this->testArray(1));
198 this->setVectors(this->testArray(0), this->testArray(1));
200 this->expectValues(this->V, this->testArray(1));
202 this->setVectors(this->testArray(0), this->testArray(2));
204 this->expectValues(this->V, this->testArray(2));
205 this->expectValues(this->V2, this->testArray(2));
206 this->setVectors(this->testArray(0), this->testArray(2));
208 this->expectValues(this->V, this->testArray(2));
210 this->setVectors(this->testArray(0), this->testArray(42));
212 this->expectValues(this->V, this->testArray(42));
213 this->expectValues(this->V2, this->testArray(42));
214 this->setVectors(this->testArray(0), this->testArray(42));
216 this->expectValues(this->V, this->testArray(42));
218 this->setVectors(this->testArray(1), this->testArray(1));
220 this->expectValues(this->V, this->testArray(1));
221 this->expectValues(this->V2, this->testArray(1));
223 this->expectValues(this->V, this->testArray(1));
225 this->setVectors(this->testArray(1), this->testArray(2));
227 this->expectValues(this->V, this->testArray(2));
228 this->expectValues(this->V2, this->testArray(2));
229 this->setVectors(this->testArray(1), this->testArray(2));
231 this->expectValues(this->V, this->testArray(2));
233 this->setVectors(this->testArray(1), this->testArray(42));
235 this->expectValues(this->V, this->testArray(42));
236 this->expectValues(this->V2, this->testArray(42));
237 this->setVectors(this->testArray(1), this->testArray(42));
239 this->expectValues(this->V, this->testArray(42));
241 this->setVectors(this->testArray(2), this->testArray(1));
243 this->expectValues(this->V, this->testArray(1));
244 this->expectValues(this->V2, this->testArray(1));
245 this->setVectors(this->testArray(2), this->testArray(1));
247 this->expectValues(this->V, this->testArray(1));
249 this->setVectors(this->testArray(2), this->testArray(2));
251 this->expectValues(this->V, this->testArray(2));
252 this->expectValues(this->V2, this->testArray(2));
253 this->setVectors(this->testArray(2), this->testArray(2));
255 this->expectValues(this->V, this->testArray(2));
257 this->setVectors(this->testArray(2), this->testArray(42));
259 this->expectValues(this->V, this->testArray(42));
260 this->expectValues(this->V2, this->testArray(42));
261 this->setVectors(this->testArray(2), this->testArray(42));
263 this->expectValues(this->V, this->testArray(42));
265 this->setVectors(this->testArray(42), this->testArray(1));
267 this->expectValues(this->V, this->testArray(1));
268 this->expectValues(this->V2, this->testArray(1));
269 this->setVectors(this->testArray(42), this->testArray(1));
271 this->expectValues(this->V, this->testArray(1));
273 this->setVectors(this->testArray(42), this->testArray(2));
275 this->expectValues(this->V, this->testArray(2));
276 this->expectValues(this->V2, this->testArray(2));
277 this->setVectors(this->testArray(42), this->testArray(2));
279 this->expectValues(this->V, this->testArray(2));
281 this->setVectors(this->testArray(42), this->testArray(42));
283 this->expectValues(this->V, this->testArray(42));
284 this->expectValues(this->V2, this->testArray(42));
285 this->setVectors(this->testArray(42), this->testArray(42));
287 this->expectValues(this->V, this->testArray(42));
291 this->appendValues(this->V, this->testArray(1));
292 this->expectValues(this->V, this->testArray(1));
294 this->expectValues(this->V, this->testArray(0));
296 this->appendValues(this->V, this->testArray(42));
297 this->expectValues(this->V, this->testArray(42));
300 this->expectValues(this->V, this->testArray(41));
303 this->expectValues(this->V, this->testArray(40));
306 this->expectValues(this->V, this->testArray(39));
309 this->expectValues(this->V, this->testArray(38));
312 this->expectValues(this->V, this->testArray(37));
318 this->expectValues(this->V, this->testArray(0));
322 this->appendValues(this->V, this->testArray(1));
323 this->expectValues(this->V, this->testArray(1));
325 this->expectValues(this->V, this->testArray(1));
327 this->expectValues(this->V, this->testArray(1));
329 this->expectValues(this->V, this->testArray(0));
331 this->appendValues(this->V, this->testArray(42));
332 this->expectValues(this->V, this->testArray(42));
336 this->expectValues(this->V, this->testArray(41));
340 this->expectValues(this->V, this->testArray(40));
344 this->expectValues(this->V, this->testArray(38));
348 this->expectValues(this->V, this->testArray(33));
352 this->expectValues(this->V, this->testArray(20));
354 this->expectValues(this->V, this->testArray(7));
356 this->expectValues(this->V, this->testArray(0));
361 this->expectValues(this->V, this->testArray(1));
363 this->appendValues(this->V, this->testArray(4));
364 this->expectValues(this->V, this->testArray(4));
366 this->expectValues(this->V, this->testArray(5));
369 this->expectValues(this->V, this->testArray(6));
373 this->expectValues(this->V, this->testArray(7));
378 this->expectValues(this->V, this->testArray(0));
381 this->expectValues(this->V, this->testArray(0));
383 this->expectValues(this->V, this->testArray(0));
386 this->expectValues(this->V, this->testArray(1));
390 this->expectValues(this->V, this->testArray(2));
394 this->expectValues(this->V, this->testArray(42));
409 this->expectValues(this->V, this->testArray(13));