Searched refs:kSectionLengthByteSize (Results 1 – 1 of 1) sorted by relevance
20 const int kSectionLengthByteSize = 2; variable133 if (error || length < kSectionLengthByteSize) { in Parse()140 if (length - kSectionLengthByteSize > bytes_left) { in Parse()150 const size_t data_size = length - kSectionLengthByteSize; in Parse()170 input_stream->ignore(length - kSectionLengthByteSize); in Parse()