Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Dmaster_parser.cc100 assert(my_size_ == kUnknownElementSize || total_bytes_read_ < my_size_); in Feed()
105 total_bytes_read_ += local_num_bytes_read; in Feed()
126 assert(my_size_ == kUnknownElementSize || total_bytes_read_ < my_size_); in Feed()
129 total_bytes_read_ += local_num_bytes_read; in Feed()
141 assert(total_bytes_read_ > 0); in Feed()
144 total_bytes_read_ += local_num_bytes_read; in Feed()
159 std::uint64_t byte_count = total_bytes_read_; in Feed()
218 child_parser_->Init(child_metadata_, max_size_ - total_bytes_read_); in Feed()
230 total_bytes_read_ += local_num_bytes_read; in Feed()
246 if (total_bytes_read_ > byte_cap) { in Feed()
[all …]
Dvirtual_block_parser.cc47 total_bytes_read_ += local_num_bytes_read; in Feed()
58 if (my_size_ < total_bytes_read_) { in Feed()
Dvirtual_block_parser.h51 std::uint64_t total_bytes_read_ = 0; variable
Dmaster_parser.h202 std::uint64_t total_bytes_read_; variable
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc97 total_bytes_read_ -= BufferSize() + buffer_size_after_limit_; in BackUpInputToCurrentPosition()
107 if (closest_limit < total_bytes_read_) { in RecomputeBufferLimits()
110 buffer_size_after_limit_ = total_bytes_read_ - closest_limit; in RecomputeBufferLimits()
213 int bytes_until_limit = closest_limit - total_bytes_read_; in SkipFallback()
217 total_bytes_read_ = closest_limit; in SkipFallback()
224 total_bytes_read_ = input_->ByteCount(); in SkipFallback()
227 total_bytes_read_ += count; in SkipFallback()
483 int current_position = total_bytes_read_ - buffer_size_after_limit_; in ReadTagSlow()
526 (total_bytes_read_ == current_limit_)) && in ReadTagFallback()
530 total_bytes_read_ - buffer_size_after_limit_ < total_bytes_limit_) { in ReadTagFallback()
[all …]
Dcoded_stream.h542 int total_bytes_read_; // total bytes read from input_, including variable
1130 (total_bytes_read_ == current_limit_))) { in ExpectAtEnd()
1140 return total_bytes_read_ - (BufferSize() + buffer_size_after_limit_); in CurrentPosition()
1347 total_bytes_read_(0), in CodedInputStream()
1367 total_bytes_read_(size), in CodedInputStream()