Searched refs:FixedCharArray (Results 1 – 2 of 2) sorted by relevance
180 struct FixedCharArray { struct184 static constexpr FixedCharArray<N> FromLiteralString( in FromLiteralString() argument186 return (void)str, FixedCharArray<N>({{str[I]..., '\0'}}); in FromLiteralString()191 constexpr FixedCharArray<N + 1> HelpStringAsArray(int) { in HelpStringAsArray()192 return FixedCharArray<N + 1>::FromLiteralString( in HelpStringAsArray()233 constexpr FlagHelpArg HelpArg(const FixedCharArray<N>& value) { in HelpArg()
182 struct FixedCharArray { struct186 static constexpr FixedCharArray<N> FromLiteralString( in FromLiteralString() argument188 return (void)str, FixedCharArray<N>({{str[I]..., '\0'}}); in FromLiteralString()193 constexpr FixedCharArray<N + 1> HelpStringAsArray(int) { in HelpStringAsArray()194 return FixedCharArray<N + 1>::FromLiteralString( in HelpStringAsArray()235 constexpr FlagHelpArg HelpArg(const FixedCharArray<N>& value) { in HelpArg()