Searched refs:AddProp (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.cpp | 308 void AddProp(const CProp &prop);
315 void CCoderProps::AddProp(const CProp &prop)
in AddProp() function in CCoderProps 336 coderProps.AddProp(Props[i]);
in SetCoderProps_DSReduce_Aff() 342 coderProps.AddProp(prop);
in SetCoderProps_DSReduce_Aff() 349 coderProps.AddProp(prop);
in SetCoderProps_DSReduce_Aff()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 328 static void AddProp(CObjectVector<CProperty> &props2, const char *name, const wchar_t *val)
399 AddProp(props2, "d", s);
406 AddProp(props2, "x", s);
424 AddProp(props2, "mt", s);
435 AddProp(props2, "m", s.Ptr(1));
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 367 void AddProp(const wchar_t *name, PROPID propID, bool isRawProp);
430 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp)
in AddProp() function in CFieldPrinter 467 AddProp(name, propID, false);
in AddMainProps() 481 AddProp(name, propID, true);
in AddRawProps()
|
Completed in 5 milliseconds