Home
last modified time | relevance | path

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

/haiku/headers/private/storage/
H A DQueryPredicate.h146 typedef ValueNode<uint32> UInt32ValueNode; typedef
/haiku/src/kits/storage/
H A DQuery.cpp123 return _PushNode(new(nothrow) UInt32ValueNode(value), true); in PushUInt32()