Searched refs:ParseInteger (Results 1 – 1 of 1) sorted by relevance
411 std::optional<T> ParseInteger(const std::string& value) { in ParseInteger() function433 auto parsed = ParseInteger<T>(match.value); in GflagsCompatNumericFlagGeneric()