Searched refs:StringToInt64 (Results 1 – 1 of 1) sorted by relevance
767 static bool StringToInt64(int64_t* value, const char* line, int base = 10) { in StringToInt64() function984 if (!StringToInt64(&value, arg)) { in Tokenize()