Searched refs:B_NOT (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/websearchfs/ |
H A D | query.h | 25 B_NOT, enumerator
|
H A D | query.c | 135 QOP(B_NOT); in strqop()
|
/haiku/src/tests/kits/storage/ |
H A D | QueryTest.cpp | 358 case B_NOT: in toString() 730 TestPredicate(OpNode(B_NOT, new AttributeNode("attribute"))); in PredicateTest() 731 TestPredicate(OpNode(B_NOT, new Int32Node(42))); in PredicateTest() 732 TestPredicate(OpNode(B_NOT, new StringNode("some string"))); in PredicateTest() 733 TestPredicate(OpNode(B_NOT, new StringNode("some string", true))); in PredicateTest() 734 TestPredicate(OpNode(B_NOT, new DateNode("22 May 2002"))); in PredicateTest() 735 TestPredicate(OpNode(B_NOT, NULL), B_OK, B_NO_INIT); in PredicateTest() 745 new OpNode(B_NOT, in PredicateTest() 763 new OpNode(B_NOT, in PredicateTest() 778 new OpNode(B_NOT, NULL) in PredicateTest()
|
/haiku/headers/os/storage/ |
H A D | Query.h | 38 B_NOT, enumerator
|
/haiku/src/kits/storage/ |
H A D | QueryPredicate.cpp | 330 if (fOp == B_NOT) { in GetString()
|
H A D | Query.cpp | 108 case B_NOT: in PushOp()
|