Searched defs:ParseInt64 (Results 1 – 8 of 8) sorted by relevance
9 int64_t ParseInt64(const uint8_t* buf) { in ParseInt64() function
50 bool ParseInt64(const char *c_str, int64 *value) { in ParseInt64() function
79 int64_t ParseInt64(char const* arg) { in ParseInt64() function
125 bool ParseInt64(std::string_view input, in ParseInt64() function
237 TEST(ParseNumberTest, ParseInt64) { in TEST() argument
102 bool UniLibBase::ParseInt64(const UnicodeText& text, int64* result) const { in ParseInt64() function in libtextclassifier3::UniLibBase
100 static bool ParseInt64(const char *p, Int64 &val, bool &isBin) in ParseInt64() function
5645 bool HloParserImpl::ParseInt64(int64_t* result) { in ParseInt64() function in xla::__anon2255e8ac0111::HloParserImpl