Searched refs:counting_stream (Results 1 – 1 of 1) sorted by relevance
38 CountingOutputStreamBuffer counting_stream; in GetSize() local39 ProtoWriter writer(&counting_stream); in GetSize()40 return EncodeData(&writer) ? counting_stream.bytes_written() : 0; in GetSize()