Searched refs:capacityCount (Results 1 – 4 of 4) sorted by relevance
54 sal_uInt16 const n = capacityCount(); in OStoreBTreeNodeData()82 if ((k < capacityCount()) && (t.m_aKey < m_pData[k].m_aKey)) in find()94 sal_uInt16 const m = capacityCount(); in insert()131 if ((n + m) <= capacityCount())144 sal_uInt16 const h = capacityCount() / 2; in split()154 sal_uInt16 const m = capacityCount(); in truncate()217 rxPageL->truncate (rxPageL->capacityCount() / 2); in split()
227 sal_uInt16 const nLimit = rPage.capacityCount(); in read()253 sal_uInt16 const nLimit = rPage.capacityCount(); in read()286 sal_uInt16 const nLimit = rPage.capacityCount(); in read()317 sal_uInt16 const nLimit = rPage.capacityCount(); in write()356 sal_uInt16 const nLimit = rPage.capacityCount(); in write()392 sal_uInt16 const nLimit = rPage.capacityCount(); in write()425 sal_uInt16 const nLimit = rPage.capacityCount(); in truncate()471 sal_uInt16 const nLimit = rPage.capacityCount(); in truncate()526 sal_uInt16 const nLimit = rPage.capacityCount(); in truncate()620 sal_uInt32 const nCapacity = indirect::capacityCount(rPage.m_aDescr); in scope()
138 sal_uInt16 capacityCount (void) const in capacityCount() function204 return ((usageCount() + rPageR.usageCount()) <= capacityCount()); in queryMerge()211 return (!(usageCount() < capacityCount())); in querySplit()
167 static sal_uInt16 capacityCount (const D& rDescr) // @see DirectoryPageObject::scope() in capacityCount() function171 sal_uInt16 capacityCount() const in capacityCount() function
Completed in 30 milliseconds