Home | History | Annotate | Download | only in io

Lines Matching refs:format

1 // Protocol Buffers - Google's data interchange format
50 ZeroCopyInputStream* sub_stream, Format format, int buffer_size)
51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK) {
172 : format(GZIP),
187 ZeroCopyOutputStream* sub_stream, Format format, int buffer_size) {
189 options.format = format;
216 // default to GZIP format
218 if (options.format == ZLIB) {