Home
last modified time | relevance | path

Searched refs:GetHasherName (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h352 AString GetHasherName(UInt32 index);
DLoadCodecs.cpp1055 AString CCodecs::GetHasherName(UInt32 index) in GetHasherName() function in CCodecs
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp795 so << ' ' << codecs->GetHasherName(j) << endl; in Main2()