OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GzipInputStream
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
gzip_stream.cc
33
// This file contains the implementation of classes
GzipInputStream
and
49
GzipInputStream
::
GzipInputStream
(
71
GzipInputStream
::~
GzipInputStream
() {
76
int
GzipInputStream
::Inflate(int flush) {
112
void
GzipInputStream
::DoNextOutput(const void** data, int* size) {
119
bool
GzipInputStream
::Next(const void** data, int* size) {
147
void
GzipInputStream
::BackUp(int count) {
151
bool
GzipInputStream
::Skip(int count)
[
all
...]
gzip_stream.h
33
// This file contains the definition for classes
GzipInputStream
and
36
//
GzipInputStream
decompresses data from an underlying
55
class LIBPROTOBUF_EXPORT
GzipInputStream
: public ZeroCopyInputStream {
70
explicit
GzipInputStream
(
74
virtual ~
GzipInputStream
();
105
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
GzipInputStream
);
Completed in 1260 milliseconds