Searched refs:FlagType (Results 1 – 1 of 1) sorted by relevance
55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; enum57 FlagType type_; // What type of flag, bool, int, or string.64 FlagType type() const { return type_; } in type()183 static const char* Type2String(Flag::FlagType type) { in Type2String()