Searched refs:str_end (Results 1 – 1 of 1) sorted by relevance
123 char* str_end = nullptr; in getU32Attribute() local126 unsigned long value = std::strtoul(str.c_str(), &str_end, 0); in getU32Attribute()127 if (str_end != str.c_str() + str.size() || in getU32Attribute()