Searched refs:FlagType (Results 1 – 4 of 4) sorted by relevance
438 template <typename FlagType>441 FlagType* current_storage, FlagType* defvalue_storage);
37 enum FlagType { enum49 FlagType type_; // What type of flag, bool, int, or string.56 FlagType type() const { return type_; } in type()229 static const char* Type2String(Flag::FlagType type) { in Type2String()
204 template <typename FlagType>205 FlagValue(FlagType* valbuf, bool transfer_ownership_of_value);221 template <typename FlagType>269 template <typename FlagType>270 FlagValue::FlagValue(FlagType* valbuf, in FlagValue()273 type_(FlagValueTraits<FlagType>::kValueType), in FlagValue()1435 template <typename FlagType>1439 FlagType* current_storage, in FlagRegisterer()1440 FlagType* defvalue_storage) { in FlagRegisterer()