Home
last modified time | relevance | path

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) in SetChildAt() function in BPrivate::Storage::LeafNode
95 UnaryNode::SetChildAt(QueryNode *child, int32 index) in SetChildAt() function in BPrivate::Storage::UnaryNode
143 BinaryNode::SetChildAt(QueryNode *child, int32 index) in SetChildAt() function in BPrivate::Storage::BinaryNode
497 error = node->SetChildAt(child, i); in _GetSubTree()