OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sub_data_size_
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
gzip_stream.cc
200
sub_data_size_
= 0;
242
bool ok = sub_stream_->Next(&sub_data_, &
sub_data_size_
);
245
sub_data_size_
= 0;
248
GOOGLE_CHECK_GT(
sub_data_size_
, 0);
250
zcontext_.avail_out =
sub_data_size_
;
255
&& (zcontext_.avail_out !=
sub_data_size_
)) {
260
sub_data_size_
= 0;
gzip_stream.h
185
int
sub_data_size_
;
member in class:google::protobuf::io::GzipOutputStream
Completed in 29 milliseconds