Searched defs:StringToInt64 (Results 1 – 3 of 3) sorted by relevance
437 bool StringToInt64(const StringPiece& input, int64* output) { in StringToInt64() function441 bool StringToInt64(const StringPiece16& input, int64* output) { in StringToInt64() function
230 TEST(StringNumberConversionsTest, StringToInt64) { in TEST() argument
857 static bool StringToInt64(int64_t* value, const char* line, int base = 10) { in StringToInt64() function