gem5
v20.1.0.0
|
Specialization to end the recursion. More...
#include <dictionary_compressor.hh>
Static Public Member Functions | |
static std::unique_ptr< Pattern > | getPattern (const DictionaryEntry &bytes, const DictionaryEntry &dict_bytes, const int match_location) |
Specialization to end the recursion.
This must be called when all other patterns failed, and there is no choice but to leave data uncompressed. As such, this pattern must inherit from the uncompressed pattern.
Definition at line 172 of file dictionary_compressor.hh.
|
inlinestatic |
Definition at line 179 of file dictionary_compressor.hh.