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

/haiku/headers/private/storage/
H A DQueryPredicate.h28 virtual status_t SetChildAt(QueryNode *child, int32 index) = 0;
41 virtual status_t SetChildAt(QueryNode *child, int32 index);
52 virtual status_t SetChildAt(QueryNode *child, int32 index);
66 virtual status_t SetChildAt(QueryNode *child, int32 index);
/haiku/src/kits/storage/
H A DQueryPredicate.cpp58 LeafNode::SetChildAt(QueryNode *child, int32 index) function in class:BPrivate::Storage::LeafNode
95 UnaryNode::SetChildAt(QueryNode *child, int32 index) function in class:BPrivate::Storage::UnaryNode
143 BinaryNode::SetChildAt(QueryNode *child, int32 index) function in class:BPrivate::Storage::BinaryNode
497 error = node->SetChildAt(child, i);

Completed in 80 milliseconds