Lines Matching refs:oldCount
161 sal_uLong oldCount = bparr.Count(); in test_insert_entries_at_front() local
166 (bparr.Count() == oldCount + 1) in test_insert_entries_at_front()
202 sal_uLong oldCount = bparr.Count(); in test_insert_entries_in_the_middle() local
211 …(oldCount + 1 == bparr.Count() && static_cast<BigPtrEntryMock*>(bparr[bparr.Count() / 2])->getCoun… in test_insert_entries_in_the_middle()
235 int oldCount = bparr.Count(); in test_insert_at_already_used_index() local
245 (oldCount + 5 == bparr.Count()) in test_insert_at_already_used_index()
276 sal_uLong oldCount = bparr.Count(); in test_insert_at_end() local
282 …(oldCount + 1 == bparr.Count() && static_cast<BigPtrEntryMock*>(bparr[bparr.Count()-1])->getCount(… in test_insert_at_end()
308 sal_uLong oldCount = bparr.Count(); in test_remove_at_front() local
316 (oldCount - 1 == bparr.Count()) in test_remove_at_front()
351 sal_uLong oldCount = bparr.Count(); in test_remove_at_back() local
358 (oldCount - 1 == bparr.Count()) in test_remove_at_back()
393 sal_uLong oldCount = bparr.Count(); in test_remove_in_the_middle() local
402 (oldCount - 1 == bparr.Count()) in test_remove_in_the_middle()
437 sal_uLong oldCount = bparr.Count(); in test_remove_multiple_elements_at_once() local
447 (oldCount - nRemove == bparr.Count()) in test_remove_multiple_elements_at_once()