SizeIndexPrimaryKey
Node** foundNode = fNodes->Find(SizeIndexPrimaryKey(node, oldSize), node,
SizeIndexPrimaryKey(Node* node, off_t size)
SizeIndexPrimaryKey(Node* node)
SizeIndexPrimaryKey(off_t size)
inline SizeIndexPrimaryKey operator()(Node* a)
return SizeIndexPrimaryKey(a);
inline SizeIndexPrimaryKey operator()(Node* a) const
return SizeIndexPrimaryKey(a);
inline int operator()(const SizeIndexPrimaryKey &a,
const SizeIndexPrimaryKey &b) const
typedef TwoKeyAVLTree<Node*, SizeIndexPrimaryKey, SizeIndexPrimaryKeyCompare,
Node **foundNode = fNodes->Find(SizeIndexPrimaryKey(node, oldSize),
SizeIndexPrimaryKey(Node *node, off_t size)
SizeIndexPrimaryKey(Node *node)
SizeIndexPrimaryKey(off_t size)
inline SizeIndexPrimaryKey operator()(Node *a)
return SizeIndexPrimaryKey(a);
inline SizeIndexPrimaryKey operator()(Node *a) const
return SizeIndexPrimaryKey(a);
inline int operator()(const SizeIndexPrimaryKey &a,
const SizeIndexPrimaryKey &b) const
typedef TwoKeyAVLTree<Node*, SizeIndexPrimaryKey,