Searched refs:SIZE_T_MAX_STR (Results 1 – 1 of 1) sorted by relevance
52 const std::string SIZE_T_MAX_STR = std::to_string(std::numeric_limits<size_t>::max()); variable157 if (placeholderIndex.size() > SIZE_T_MAX_STR.size() || in parseArgs()158 … (placeholderIndex.size() == SIZE_T_MAX_STR.size() && placeholderIndex > SIZE_T_MAX_STR)) { in parseArgs()282 if (placeholderIndex.size() > SIZE_T_MAX_STR.size() || in MatchPlaceholderIndex()283 … (placeholderIndex.size() == SIZE_T_MAX_STR.size() && placeholderIndex > SIZE_T_MAX_STR)) { in MatchPlaceholderIndex()