Searched refs:fullMatch (Results 1 – 3 of 3) sorted by relevance
110 bool& fullMatch, int base = 10) in fromCharsWrapper() argument115 fullMatch = result.ptr == std::next(str.begin(), str.size()); in fromCharsWrapper()
303 bool fullMatch = false; in templateCharReplace() local305 fromCharsWrapper(strView, temp, fullMatch, base); in templateCharReplace()306 if (res.ec == std::errc{} && fullMatch) in templateCharReplace()
131 bool fullMatch = false; in busStrToInt() local132 fromCharsWrapper(num, val, fullMatch); in busStrToInt()743 bool fullMatch = false; in loadBlocklist() local745 fullMatch, 16); in loadBlocklist()