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

/system/nvram/messages/include/nvram/messages/
H A Dio.h166 class NVRAM_EXPORT CountingOutputStreamBuffer : public OutputStreamBuffer { class in namespace:nvram
168 CountingOutputStreamBuffer();
169 ~CountingOutputStreamBuffer() override = default;
180 // We share a single scratch buffer that all |CountingOutputStreamBuffer|
/system/nvram/messages/
H A Dio.cpp208 CountingOutputStreamBuffer::CountingOutputStreamBuffer()
211 bool CountingOutputStreamBuffer::Advance() {
218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize];
H A Dmessage_codec.cpp38 CountingOutputStreamBuffer counting_stream;
/system/nvram/messages/tests/
H A Dio_test.cpp301 TEST(CountingOutputStreamBuffer, Basic) {
302 CountingOutputStreamBuffer buf;

Completed in 39 milliseconds