Home
last modified time | relevance | path

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

/system/nvram/messages/
Dmessage_codec.cpp38 CountingOutputStreamBuffer counting_stream; in GetSize() local
39 ProtoWriter writer(&counting_stream); in GetSize()
40 return EncodeData(&writer) ? counting_stream.bytes_written() : 0; in GetSize()