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