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

/haiku/headers/os/storage/
H A DQuery.h55 status_t PushUInt64(uint64 value);
/haiku/src/kits/storage/
H A DQuery.cpp137 BQuery::PushUInt64(uint64 value) function in class:BQuery
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp33 status_t PushValue(uint64 value) { PushUInt64(value); return B_OK; }
54 status_t PushValue(uint64 value) { return PushUInt64(value); }
699 // R5: buggy PushUInt64() implementation.
/haiku/src/kits/tracker/
H A DFindPanel.cpp1434 query->PushUInt64((uint64)StringToScalar(

Completed in 50 milliseconds