Searched defs:DisplayInfoGroup (Results 1 – 1 of 1) sorted by relevance
515 struct DisplayInfoGroup { struct516 const char* header;517 const char* footer;518 set<const CommandLineFlagInfo *> *group;520 int SizeInLines() const { in SizeInLines()