Home
last modified time | relevance | path

Searched refs:AttributeTree (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.h34 class AttributeTree; variable
47 AttributeTree *fAttributes;
H A DAttributeIndexImpl.cpp143 class AttributeIndexImpl::AttributeTree class in AttributeIndexImpl
147 AttributeTree(uint32 type) in AttributeTree() function in AttributeIndexImpl::AttributeTree
160 AttributeNodeIterator<AttributeTree::Iterator> >,
182 AttributeNodeIterator<AttributeTree::Iterator> > BaseClass;
199 fAttributes(new(nothrow) AttributeTree(type)), in AttributeIndexImpl()
220 AttributeTree::Iterator it; in ~AttributeIndexImpl()
245 AttributeTree::Iterator it; in Changed()