Home
last modified time | relevance | path

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

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