Lines Matching defs:CItem
629 struct CItem struct
631 AString Name;
632 AString Characts;
633 int Parent;
634 int Method;
635 int NameIndex;
636 unsigned NumChilds;
637 bool IsDir;
638 bool Skip;
639 bool ThereAreSubDirs;
640 bool ThereIsUniqueName;
641 bool KeepName;
643 unsigned BufIndex;
644 UInt32 Offset;
645 UInt32 Size;
647 CItem(): Parent(-1), Method(-1), NameIndex(-1), NumChilds(0), in CItem() function