Searched refs:oldCount (Results 1 – 3 of 3) sorted by relevance
161 sal_uLong oldCount = bparr.Count(); in TEST_F() local163 ASSERT_TRUE((bparr.Count() == oldCount + 1)) << "test_insert_entries_at_front failed"; in TEST_F()190 sal_uLong oldCount = bparr.Count(); in TEST_F() local196 …ASSERT_TRUE((oldCount + 1 == bparr.Count() && static_cast<BigPtrEntryMock*>(bparr[bparr.Count() / … in TEST_F()215 int oldCount = bparr.Count(); in TEST_F() local222 ASSERT_TRUE((oldCount + 5 == bparr.Count())) << "test_insert_at_already_used_index failed"; in TEST_F()244 sal_uLong oldCount = bparr.Count(); in TEST_F() local247 …ASSERT_TRUE((oldCount + 1 == bparr.Count() && static_cast<BigPtrEntryMock*>(bparr[bparr.Count()-1]… in TEST_F()268 sal_uLong oldCount = bparr.Count(); in TEST_F() local273 ASSERT_TRUE((oldCount - 1 == bparr.Count())) << "test_remove_at_front failed (wrong count)"; in TEST_F()[all …]
170 int oldCount = oObj.getSelectionCount(); in _removeSelection() local180 if (count != (oldCount - i - 1)){ in _removeSelection()182 "is not as expected (" + (oldCount -i -1) + ") => FAILED"); in _removeSelection()
1683 int oldCount = pSalData->mnCacheDCInUse; in ImplSetParentFrame() local1684 (void)oldCount; in ImplSetParentFrame()1755 … DBG_ASSERT( oldCount == pSalData->mnCacheDCInUse, "WinSalFrame::SetParent() hDC count corrupted"); in ImplSetParentFrame()