Searched refs:AddProp (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 199 void AddProp(const CProp &prop); 206 void CCoderProps::AddProp(const CProp &prop) in AddProp() function in CCoderProps 219 coderProps.AddProp(Props[i]); in SetCoderProps() 225 coderProps.AddProp(prop); in SetCoderProps()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 319 static void AddProp(CObjectVector<CProperty> &props2, const char *name, const wchar_t *val) in AddProp() function 390 AddProp(props2, "d", s); in main2() 397 AddProp(props2, "x", s); in main2() 415 AddProp(props2, "mt", s); in main2() 426 AddProp(props2, "m", s.Ptr(1)); in main2()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 362 void AddProp(const wchar_t *name, PROPID propID, bool isRawProp); 425 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp) in AddProp() function in CFieldPrinter 462 AddProp(name, propID, false); in AddMainProps() 476 AddProp(name, propID, true); in AddRawProps()
|