Searched refs:kGZipMagic (Results 1 – 1 of 1) sorted by relevance
163 const uint8_t kGZipMagic[] = {0x1f, 0x8b, 0x08, 0x00}; in ContainsGZip() local166 std::begin(kGZipMagic), in ContainsGZip()167 std::end(kGZipMagic)) != data.end(); in ContainsGZip()