Searched refs:AddProp (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 179 void AddProp(const CProp &prop); 186 void CCoderProps::AddProp(const CProp &prop) in AddProp() function in CCoderProps 199 coderProps.AddProp(Props[i]); in SetCoderProps() 205 coderProps.AddProp(prop); in SetCoderProps()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 298 static void AddProp(CObjectVector<CProperty> &props2, const char *name, const wchar_t *val) in AddProp() function 369 AddProp(props2, "d", s); in main2() 376 AddProp(props2, "x", s); in main2() 394 AddProp(props2, "mt", s); in main2() 405 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); 426 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp) in AddProp() function in CFieldPrinter 463 AddProp(name, propID, false); in AddMainProps() 477 AddProp(name, propID, true); in AddRawProps()
|