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