Lines Matching refs:section_length
188 uint32_t section_length() const {
216 msg, section_length(),
239 uint32_t section_length = decoder_->consume_u32v("section length");
242 if (decoder_->checkAvailable(section_length)) {
244 section_end_ = payload_start_ + section_length;
2435 uint32_t section_length = decoder.consume_u32v("section length");
2439 decoder.consume_bytes(section_length, "section bytes");
2446 if (section_length < (payload_offset - section_start)) {
2450 uint32_t payload_length = section_length - (payload_offset - section_start);
2453 result.push_back({{section_start, section_length},