Home | History | Annotate | Download | only in ADT

Lines Matching refs:testArray

46   ArrayRef<PtrT> testArray(size_t N) {
79 this->expectValues(this->V, this->testArray(0));
84 this->expectValues(this->V, this->testArray(1));
86 this->expectValues(this->V, this->testArray(2));
88 this->expectValues(this->V, this->testArray(3));
90 this->expectValues(this->V, this->testArray(4));
92 this->expectValues(this->V, this->testArray(5));
96 this->expectValues(this->V, this->testArray(4));
98 this->expectValues(this->V, this->testArray(3));
102 this->expectValues(this->V, this->testArray(4));
104 this->expectValues(this->V, this->testArray(5));
107 this->expectValues(this->V, this->testArray(4));
109 this->expectValues(this->V, this->testArray(3));
111 this->expectValues(this->V, this->testArray(2));
113 this->expectValues(this->V, this->testArray(1));
115 this->expectValues(this->V, this->testArray(0));
117 this->appendValues(this->V, this->testArray(42));
118 this->expectValues(this->V, this->testArray(42));
122 this->expectValues(this->V, this->testArray(0));
124 this->expectValues(this->V, this->testArray(0));
126 this->appendValues(this->V, this->testArray(1));
127 this->expectValues(this->V, this->testArray(1));
129 this->expectValues(this->V, this->testArray(0));
131 this->appendValues(this->V, this->testArray(42));
132 this->expectValues(this->V, this->testArray(42));
134 this->expectValues(this->V, this->testArray(0));
138 this->appendValues(this->V, this->testArray(42));
140 this->expectValues(Copy, this->testArray(42));
144 this->expectValues(Copy, this->testArray(0));
145 this->expectValues(this->V, this->testArray(42));
148 this->appendValues(Copy2, this->testArray(42));
149 this->expectValues(Copy2, this->testArray(42));
150 this->expectValues(this->V2, this->testArray(0));
153 this->expectValues(Move, this->testArray(42));
154 this->expectValues(Copy2, this->testArray(0));
156 TypeParam MultipleElements(this->testArray(2));
157 TypeParam SingleElement(this->testArray(1));
159 this->expectValues(MultipleElements, this->testArray(1));
160 this->expectValues(SingleElement, 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));