Searched refs:ParseInt64 (Results 1 – 4 of 4) sorted by relevance
287 int64_t num = ParseInt64(value); in ParseInt32()322 int64_t ParseInt64(const std::string& value) { in ParseInt64() function
126 int64_t ParseInt64(const std::string& value);
1947 ASSERT_EQ(ParseInt64("9223372036854775807"), 9223372036854775807); in TEST_F()1948 ASSERT_EQ(ParseInt64("-9223372036854775808"), port::kMinInt64); in TEST_F()
487 PutUnaligned(reinterpret_cast<int64_t*>(opt_address), ParseInt64(value)); in ParseOptionHelper()