Searched refs:ToSInt64 (Results 1 – 3 of 3) sorted by relevance
16 int64_t ToSInt64(const char *s, int64_t fail_value = 0, int base = 0,
15 int64_t ToSInt64(const char *s, int64_t fail_value, int base, in ToSInt64() function
556 int64_t sval = StringConvert::ToSInt64(value.c_str(), 0, 0, &success); in ParseJSONValue()