Searched refs:code_first_ (Results 1 – 2 of 2) sorted by relevance
35 code_first_(0), in CFX_LZWDecompressor()105 AddCode(code_old_, code_first_); in Decode()180 code_first_ = static_cast<uint8_t>(code); in DecodeString()
53 uint8_t code_first_; variable