Searched refs:AttributeIndexTreeValue (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndexer.h15 struct AttributeIndexTreeValue;
30 AttributeIndexTreeValue* Cookie() const
40 AttributeIndexTreeValue* fCookie;
H A DAttributeIndex.cpp42 struct AttributeIndexTreeValue : AVLTreeNode { struct in inherits:AVLTreeNode
49 static AttributeIndexTreeValue* Create(IndexedAttributeOwner* owner,
52 AttributeIndexTreeValue* self = (AttributeIndexTreeValue*)malloc(
53 sizeof(AttributeIndexTreeValue) + length);
224 fCookie = AttributeIndexTreeValue::Create(owner, attributeCookie,
H A DAttributeIndex.h15 struct AttributeIndexTreeValue;
41 typedef AttributeIndexTreeValue TreeValue;

Completed in 40 milliseconds