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

/haiku/src/tests/kits/storage/
H A DQueryTest.cpp272 // OpNode
274 class OpNode : public ListNode { class in inherits:ListNode
276 OpNode(query_op op, PredicateNode *left, PredicateNode *right = NULL) function in class:OpNode
279 virtual ~OpNode() { }
648 TestPredicate(OpNode(op,
652 TestPredicate(OpNode(op,
656 TestPredicate(OpNode(op,
661 TestPredicate(OpNode(op, new AttributeNode("attribute"), NULL), B_OK,
667 TestPredicate(OpNode(op, NULL, NULL), B_OK, B_NO_INIT);
668 TestPredicate(OpNode(o
[all...]

Completed in 31 milliseconds