Home
last modified time | relevance | path

Searched defs:doesServeHint (Results 1 – 8 of 8) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/compression/
H A DDecompressorQT.h50 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintSamples); } in doesServeHint() function
H A DDecompressorUMX.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint() function
H A DDecompressorZIP.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint() function
H A DDecompressorLHA.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint() function
H A DDecompressorLZX.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint() function
H A DDecompressorPP20.h47 virtual bool doesServeHint(Hints hint) { return true; } in doesServeHint() function
H A DDecompressorGZIP.h47 virtual bool doesServeHint(Hints hint) { return true; } in doesServeHint() function
H A DDecompressor.cpp75 bool Decompressor::doesServeHint(Hints hint) in doesServeHint() function in Decompressor