Searched refs:kNoPrefix (Results 1 – 1 of 1) sorted by relevance
28 static constexpr LzwCodeType kNoPrefix = in LzwEncode() local37 if (prefix_to_code.try_emplace({kNoPrefix, *it}, 0).second) in LzwEncode()50 prefix_to_code[{kNoPrefix, dict_len1[i]}] = i; in LzwEncode()61 LzwCodeType match = prefix_to_code.find({kNoPrefix, *begin})->second; in LzwEncode()72 match = prefix_to_code.find({kNoPrefix, *it})->second; in LzwEncode()