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