Searched refs:Brotli (Results 1 – 3 of 3) sorted by relevance
43 static std::unique_ptr<IDecompressor> Brotli();
259 std::unique_ptr<IDecompressor> IDecompressor::Brotli() { in Brotli() function in android::snapshot::IDecompressor
550 decompressor = IDecompressor::Brotli(); in ReadData()