Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h421 bool GetCodec_IsFilter(UInt32 index, bool &isAssigned) const;
DLoadCodecs.cpp1174 bool CCodecs::GetCodec_IsFilter(UInt32 index, bool &isAssigned) const in GetCodec_IsFilter() function in CCodecs
1323 u.IsFilter = GetCodec_IsFilter(j, u.IsFilter_Assigned); in Get_CodecsInfoUser_Vector()
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp1084 const bool isFilter = codecs->GetCodec_IsFilter(j, isFilter_Assigned); in Main2()