Searched refs:usageCount (Results 1 – 3 of 3) sorted by relevance
93 sal_uInt16 const n = usageCount(); in insert()102 usageCount (n + 1); in insert()111 sal_uInt16 const n = usageCount(); in remove()119 usageCount (n - 1); in remove()129 sal_uInt16 const n = usageCount();134 usageCount (n + m);159 usageCount (n); in truncate()266 if (xPageL->usageCount() == 0) in remove()282 if (nIndexR < rPage.usageCount()) in remove()396 rxPageL->usageCount(1); in change()[all …]
152 sal_uInt16 usageCount (void) const in usageCount() function156 void usageCount (sal_uInt16 nCount) in usageCount() function204 return ((usageCount() + rPageR.usageCount()) <= capacityCount()); in queryMerge()211 return (!(usageCount() < capacityCount())); in querySplit()
138 OSL_POSTCOND(rIndex < xPage->usageCount(), "store::PageManager::find_lookup(): logic error"); in find_lookup()176 sal_uInt16 i = rPage.find (rEntry), n = rPage.usageCount();214 sal_uInt16 i = rPage.find (rEntry), n = rPage.usageCount();234 sal_uInt16 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()264 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()1018 sal_uInt16 i, n = xNode->usageCount(); in rebuild()
Completed in 33 milliseconds