Searched refs:CountingOutputStreamBuffer (Results 1 – 4 of 4) sorted by relevance
166 class NVRAM_EXPORT CountingOutputStreamBuffer : public OutputStreamBuffer {168 CountingOutputStreamBuffer();169 ~CountingOutputStreamBuffer() override = default;
208 CountingOutputStreamBuffer::CountingOutputStreamBuffer() in CountingOutputStreamBuffer() function in nvram::CountingOutputStreamBuffer211 bool CountingOutputStreamBuffer::Advance() { in Advance()218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize];
38 CountingOutputStreamBuffer counting_stream; in GetSize()
301 TEST(CountingOutputStreamBuffer, Basic) { in TEST() argument302 CountingOutputStreamBuffer buf; in TEST()