Home
last modified time | relevance | path

Searched refs:bytes_until_limit (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc177 int bytes_until_limit = closest_limit - total_bytes_read_; in Skip() local
178 if (bytes_until_limit < count) { in Skip()
180 if (bytes_until_limit > 0) { in Skip()
182 input_->Skip(bytes_until_limit); in Skip()