Lines Matching defs:OStoreBTreeNodeData
106 struct OStoreBTreeNodeData : public store::OStorePageData struct
108 typedef OStorePageData base;
109 typedef OStoreBTreeNodeData self;
111 typedef OStorePageGuard G;
112 typedef OStoreBTreeEntry T;
116 G m_aGuard;
117 T m_pData[1];
121 static const sal_uInt32 theTypeId = STORE_MAGIC_BTREENODE;
125 static const size_t theSize = sizeof(G);
126 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
131 sal_uInt16 capacity (void) const in capacity()
138 sal_uInt16 capacityCount (void) const in capacityCount()
145 sal_uInt16 usage (void) const in usage()
152 sal_uInt16 usageCount (void) const in usageCount()
156 void usageCount (sal_uInt16 nCount) in usageCount()
168 void guard() in guard()
178 storeError verify() const in verify()
191 sal_uInt32 depth (void) const in depth()
195 void depth (sal_uInt32 nDepth) in depth()
202 sal_Bool queryMerge (const self &rPageR) const in queryMerge()
209 sal_Bool querySplit (void) const in querySplit()