Searched refs:_HasFetched (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/storage/
H A DQuery.cpp192 if (_HasFetched())
209 if (error == B_OK && _HasFetched())
222 if (error == B_OK && _HasFetched())
302 if (_HasFetched())
348 if (error == B_OK && !_HasFetched())
379 if (!_HasFetched())
389 if (!_HasFetched())
408 BQuery::_HasFetched() const function in class:BQuery
439 if (error == B_OK && _HasFetched())
501 if (_HasFetched())
[all...]
/haiku/headers/os/storage/
H A DQuery.h86 bool _HasFetched() const;

Completed in 35 milliseconds