Home
last modified time | relevance | path

Searched defs:CProps (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMethodProps.h56 struct CProps struct
58 CObjectVector<CProp> Props;
60 void Clear() { Props.Clear(); } in Clear()
62 bool AreThereNonOptionalProps() const in AreThereNonOptionalProps()
86 class CMethodProps: public CProps argument