Searched refs:AttrNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DAttributeStream.h212 class AttrNode { class in class:BPrivate::AttributeStreamMemoryNode
214 AttrNode(const char* name, uint32 type, off_t size, char* data) function in class:BPrivate::AttributeStreamMemoryNode::AttrNode
221 ~AttrNode()
231 virtual AttrNode* BufferingGet();
232 virtual AttrNode* BufferingGet(const char* name, uint32 type, off_t size);
236 BObjectList<AttrNode> fAttributes;
H A DAttributeStream.cpp486 AttrNode* attrNode = NULL;
519 AttrNode* attrNode = new AttrNode(name, type, size, newBuffer);
539 AttributeStreamMemoryNode::AttrNode*
549 AttrNode* attrNode = new AttrNode(name, type, size, newBuffer);
556 AttributeStreamMemoryNode::AttrNode*

Completed in 162 milliseconds