HomeSort by relevance Sort by last modified time
    Searched refs:gzip_stream (Results 1 - 8 of 8) sorted by null

  /external/squashfs-tools/squashfs-tools/
gzip_wrapper.h 70 struct gzip_stream { struct
gzip_wrapper.c 341 struct gzip_stream *stream;
400 struct gzip_stream *stream = strm;
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 55 #include <google/protobuf/io/gzip_stream.h>
zcgzip.cc 54 #include <google/protobuf/io/gzip_stream.h>
  /external/perf_data_converter/src/
builder.cc 19 #include "google/protobuf/io/gzip_stream.h"
86 GzipOutputStream gzip_stream(&stream);
87 if (!profile.SerializeToZeroCopyStream(&gzip_stream)) {
91 return gzip_stream.Close();
96 GzipOutputStream gzip_stream(&stream);
97 if (!profile.SerializeToZeroCopyStream(&gzip_stream)) {
101 return gzip_stream.Close();
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 38 #include <google/protobuf/io/gzip_stream.h>
zero_copy_stream_unittest.cc 71 #include <google/protobuf/io/gzip_stream.h>
  /external/protobuf/src/
Makefile.am 5 GZHEADERS = google/protobuf/io/gzip_stream.h
245 google/protobuf/io/gzip_stream.cc \
529 google/protobuf/io/gzip_stream.h \
    [all...]

Completed in 456 milliseconds