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

/haiku/headers/private/storage/
H A DQueryPredicate.h74 // AttributeNode
75 class AttributeNode : public LeafNode { class in namespace:BPrivate::Storage
77 AttributeNode(const char *attribute);
/haiku/src/kits/storage/
H A DQueryPredicate.cpp170 // #pragma mark - AttributeNode
173 AttributeNode::AttributeNode(const char *attribute) function in class:BPrivate::Storage::AttributeNode
181 AttributeNode::GetString(BString &predicate)
H A DQuery.cpp85 return _PushNode(new(nothrow) AttributeNode(attrName), true);
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp187 // AttributeNode
189 class AttributeNode : public PredicateNode { class in inherits:PredicateNode
191 AttributeNode(BString v) : value(v) {} function in class:AttributeNode
193 virtual ~AttributeNode() {}
649 new AttributeNode("attribute"),
653 new AttributeNode("attribute"),
657 new AttributeNode("attribute"),
661 TestPredicate(OpNode(op, new AttributeNode("attribute"), NULL), B_OK,
669 new AttributeNode("attribute"),
714 TestPredicate(AttributeNode("som
[all...]

Completed in 59 milliseconds