Searched refs:is_name_compressed (Results 1 – 1 of 1) sorted by relevance
248 const bool is_name_compressed = name->IsCompressed(); in FindFieldByName() local249 const uint16_t* const data = (is_name_compressed) ? nullptr : name->GetValue(); in FindFieldByName()250 const uint8_t* const data_compressed = (is_name_compressed) ? name->GetValueCompressed() in FindFieldByName()257 if (is_name_compressed) { in FindFieldByName()