Lines Matching full:elements
96 // Create some elements, with gaps (they're all even) but no dups,
111 // Insert the elements
119 // Check we can find all the elements we inserted
124 // Check we cannot find elements we did not insert, below, within (odd
125 // numbers), and above the inserted elements.
135 // Check we can find all the elements we inserted, and the right values
141 // Check that we can iterate over the OSet elements in sorted order, and
157 // Check that we can remove half of the elements, and that their values
167 // Check we can find the remaining elements (with the right values).
173 // Check we cannot find any of the elements we removed.
178 // Check that we can remove the remaining half of the elements, and that
192 // Free a few elements
197 // Re-insert remaining elements, to give OSetGen_Destroy something to
227 // Create some elements, with gaps (they're all even) but no dups,
241 // Insert the elements
249 // Check we can find all the elements we inserted
254 // Check we cannot find elements we did not insert, below, within (odd
255 // numbers), and above the inserted elements.
265 // Check we can find all the elements we inserted.
270 // Check that we can iterate over the OSet elements in sorted order, and
285 // Check that we can remove half of the elements.
293 // Check we can find the remaining elements (with the right values).
298 // Check we cannot find any of the elements we removed.
303 // Check that we can remove the remaining half of the elements.
314 // Re-insert remaining elements, to give OSetWord_Destroy something to
404 // Insert the elements
412 // Check we can find all the elements we inserted, within the full range
420 // Check we cannot find elements we did not insert, below and above the
421 // ranges of the inserted elements.
429 // Check we can find all the elements we inserted, and the right values
438 // Check that we can iterate over the OSet elements in sorted order, and
454 // Check that we can remove half of the elements, and that their values
463 // Check we can find the remaining elements (with the right values).
470 // Check we cannot find any of the elements we removed.
477 // Check that we can remove the remaining half of the elements, and that
490 // Re-insert all elements, to give OSetGen_Destroy something to work with.