Searched refs:length_one_byte_field (Results 1 – 1 of 1) sorted by relevance
1631 uint32_t length_one_byte_field = 0; in Match() local1636 length_one_byte_field = (length_one_byte_field << 7) | (c1 & 0x7f); in Match()1640 int length = static_cast<int>(length_one_byte_field >> 1); in Match()