Home
last modified time | relevance | path

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

/system/nvram/messages/include/nvram/messages/
Dio.h166 class NVRAM_EXPORT CountingOutputStreamBuffer : public OutputStreamBuffer {
168 CountingOutputStreamBuffer();
169 ~CountingOutputStreamBuffer() override = default;
/system/nvram/messages/
Dio.cpp208 CountingOutputStreamBuffer::CountingOutputStreamBuffer() in CountingOutputStreamBuffer() function in nvram::CountingOutputStreamBuffer
211 bool CountingOutputStreamBuffer::Advance() { in Advance()
218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize];
Dmessage_codec.cpp38 CountingOutputStreamBuffer counting_stream; in GetSize()
/system/nvram/messages/tests/
Dio_test.cpp301 TEST(CountingOutputStreamBuffer, Basic) { in TEST() argument
302 CountingOutputStreamBuffer buf; in TEST()