Searched refs:addCount (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sw/qa/core/ |
H A D | Test-BigPtrArray.cxx | 637 int addCount = 1; in test_for_each() local 638 bparr.ForEach(AddToCount, &addCount); in test_for_each() 662 int addCount = 1; in test_for_some1() local 663 bparr.ForEach(0, NUM_ENTRIES / 2, AddToCount, &addCount); in test_for_some1() 697 int addCount = 1; in test_for_some2() local 698 bparr.ForEach(NUM_ENTRIES / 2, NUM_ENTRIES, AddToCount, &addCount); in test_for_some2() 732 int addCount = 1; in test_for_some3() local 733 bparr.ForEach(0, 0, AddToCount, &addCount); in test_for_some3()
|
Completed in 30 milliseconds