Searched refs:HasMoreData (Results 1 - 3 of 3) sorted by path

/haiku/headers/private/kernel/
H A Ddebug_hex_dump.h24 virtual bool HasMoreData() const = 0;
36 virtual bool HasMoreData() const;
/haiku/src/system/kernel/debug/
H A Ddebug_hex_dump.cpp44 HexDumpBufferDataProvider::HasMoreData() const function in class:BKernel::HexDumpBufferDataProvider
80 for (; i < maxBytes && data.HasMoreData();) {
95 && data.HasMoreData();
/haiku/src/system/kernel/fs/
H A Dfifo.cpp784 virtual bool HasMoreData() const function in struct:fifo::DataProvider

Completed in 66 milliseconds