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