Searched refs:IsGzipSupported (Results 1 – 5 of 5) sorted by relevance
31 bool IsGzipSupported();
33 bool IsGzipSupported() { in IsGzipSupported() function
28 PERFETTO_DCHECK(gzip::IsGzipSupported()); in Decompress()
146 if (!gzip::IsGzipSupported()) { in ParsePacket()
696 if (gzip::IsGzipSupported()) in TraceProcessorImpl()