Searched refs:QueryNode (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/storage/
H A DQueryPredicate.h21 // QueryNode
22 class QueryNode { class in namespace:BPrivate::Storage
24 QueryNode();
25 virtual ~QueryNode();
28 virtual status_t SetChildAt(QueryNode *child, int32 index) = 0;
29 virtual QueryNode *ChildAt(int32 index) = 0;
35 class LeafNode : public QueryNode {
41 virtual status_t SetChildAt(QueryNode *child, int32 index);
42 virtual QueryNode *ChildAt(int32 index);
46 class UnaryNode : public QueryNode {
[all...]
/haiku/src/kits/storage/
H A DQueryPredicate.cpp24 // #pragma mark - QueryNode
27 QueryNode::QueryNode() function in class:BPrivate::Storage::QueryNode
32 QueryNode::~QueryNode()
58 LeafNode::SetChildAt(QueryNode *child, int32 index)
64 QueryNode *
95 UnaryNode::SetChildAt(QueryNode *child, int32 index)
107 QueryNode *
110 QueryNode *resul
[all...]
H A DQuery.cpp436 BQuery::_PushNode(QueryNode* node, bool deleteOnError)
504 QueryNode* node = NULL;
/haiku/headers/os/storage/
H A DQuery.h19 class QueryNode;
87 status_t _PushNode(BPrivate::Storage::QueryNode* node,
/haiku/src/kits/tracker/
H A DFindPanel.h131 BNode* QueryNode() const { return fFile; } function in class:BPrivate::FindWindow
H A DFindPanel.cpp897 BNode* node = findWindow->QueryNode();

Completed in 74 milliseconds