Symbol: OpNode
src/tests/kits/storage/QueryTest.cpp
276
OpNode(query_op op, PredicateNode *left, PredicateNode *right = NULL)
src/tests/kits/storage/QueryTest.cpp
648
TestPredicate(OpNode(op,
src/tests/kits/storage/QueryTest.cpp
652
TestPredicate(OpNode(op,
src/tests/kits/storage/QueryTest.cpp
656
TestPredicate(OpNode(op,
src/tests/kits/storage/QueryTest.cpp
661
TestPredicate(OpNode(op, new AttributeNode("attribute"), NULL), B_OK,
src/tests/kits/storage/QueryTest.cpp
667
TestPredicate(OpNode(op, NULL, NULL), B_OK, B_NO_INIT);
src/tests/kits/storage/QueryTest.cpp
668
TestPredicate(OpNode(op,
src/tests/kits/storage/QueryTest.cpp
730
TestPredicate(OpNode(B_NOT, new AttributeNode("attribute")));
src/tests/kits/storage/QueryTest.cpp
731
TestPredicate(OpNode(B_NOT, new Int32Node(42)));
src/tests/kits/storage/QueryTest.cpp
732
TestPredicate(OpNode(B_NOT, new StringNode("some string")));
src/tests/kits/storage/QueryTest.cpp
733
TestPredicate(OpNode(B_NOT, new StringNode("some string", true)));
src/tests/kits/storage/QueryTest.cpp
734
TestPredicate(OpNode(B_NOT, new DateNode("22 May 2002")));
src/tests/kits/storage/QueryTest.cpp
735
TestPredicate(OpNode(B_NOT, NULL), B_OK, B_NO_INIT);
src/tests/kits/storage/QueryTest.cpp
739
TestPredicate(OpNode(B_AND,
src/tests/kits/storage/QueryTest.cpp
740
new OpNode(B_CONTAINS,
src/tests/kits/storage/QueryTest.cpp
744
new OpNode(B_OR,
src/tests/kits/storage/QueryTest.cpp
745
new OpNode(B_NOT,
src/tests/kits/storage/QueryTest.cpp
746
new OpNode(B_EQ,
src/tests/kits/storage/QueryTest.cpp
752
new OpNode(B_GE,
src/tests/kits/storage/QueryTest.cpp
760
TestPredicate(OpNode(B_EQ,
src/tests/kits/storage/QueryTest.cpp
762
new OpNode(B_LE,
src/tests/kits/storage/QueryTest.cpp
763
new OpNode(B_NOT,
src/tests/kits/storage/QueryTest.cpp
776
TestPredicate(OpNode(B_EQ,
src/tests/kits/storage/QueryTest.cpp
778
new OpNode(B_NOT, NULL)
src/tests/kits/storage/QueryTest.cpp
784
OpNode predicate1(B_CONTAINS,
src/tests/kits/storage/QueryTest.cpp
800
OpNode predicate1(B_CONTAINS,
src/tests/kits/storage/QueryTest.cpp
818
OpNode predicate1(B_CONTAINS,