Searched refs:FlagType (Results 1 – 1 of 1) sorted by relevance
36 enum FlagType { TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT, enum39 FlagType type_; // What type of flag, bool, int, or string.46 FlagType type() const { return type_; } in type()175 static const char* Type2String(Flag::FlagType type) { in Type2String()