Searched refs:FromString (Results 1 – 3 of 3) sorted by relevance
52 static std::unique_ptr<IDecompressor> FromString(std::string_view compressor);
59 std::unique_ptr<IDecompressor> IDecompressor::FromString(std::string_view compressor) { in FromString() function in android::snapshot::IDecompressor
480 auto decomp = IDecompressor::FromString(GetParam()); in TEST_P()