Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DFlvHandler.cpp52 struct CItem2 struct
54 Byte Type;
55 Byte SubType;
56 Byte Props;
57 bool SameSubTypes;
58 unsigned NumChunks;
59 size_t Size;
61 CReferenceBuf *BufSpec;
62 CMyComPtr<IUnknown> RefBuf;
64 bool IsAudio() const { return Type == kType_Audio; } in IsAudio()
H A DUefiHandler.cpp684 struct CItem2 struct
686 AString Name;
687 AString Characts;
688 unsigned MainIndex;
689 int Parent;
691 CItem2(): Parent(-1) {} in CItem2() argument