HomeSort by relevance Sort by last modified time
    Searched full:bytes_until_limit (Results 1 - 1 of 1) sorted by null

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

Completed in 387 milliseconds