Symbol: TestPredicate
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
696
TestPredicate(Int32Node(42));
src/tests/kits/storage/QueryTest.cpp
697
TestPredicate(UInt32Node(42));
src/tests/kits/storage/QueryTest.cpp
698
TestPredicate(Int64Node(42));
src/tests/kits/storage/QueryTest.cpp
701
TestPredicate(UInt64Node(42));
src/tests/kits/storage/QueryTest.cpp
703
TestPredicate(FloatNode(42));
src/tests/kits/storage/QueryTest.cpp
704
TestPredicate(DoubleNode(42));
src/tests/kits/storage/QueryTest.cpp
705
TestPredicate(StringNode("some \" chars ' to \\ be ( escaped ) or "
src/tests/kits/storage/QueryTest.cpp
707
TestPredicate(StringNode("some \" chars ' to \\ be ( escaped ) or "
src/tests/kits/storage/QueryTest.cpp
709
TestPredicate(DateNode("+15 min"));
src/tests/kits/storage/QueryTest.cpp
710
TestPredicate(DateNode("22 May 2002"));
src/tests/kits/storage/QueryTest.cpp
711
TestPredicate(DateNode("tomorrow"));
src/tests/kits/storage/QueryTest.cpp
712
TestPredicate(DateNode("17:57"));
src/tests/kits/storage/QueryTest.cpp
713
TestPredicate(DateNode("invalid date"), B_BAD_VALUE);
src/tests/kits/storage/QueryTest.cpp
714
TestPredicate(AttributeNode("some attribute"));
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
760
TestPredicate(OpNode(B_EQ,
src/tests/kits/storage/QueryTest.cpp
774
TestPredicate(ListNode(new Int32Node(42), new StringNode("hello!")),
src/tests/kits/storage/QueryTest.cpp
776
TestPredicate(OpNode(B_EQ,