Home
last modified time | relevance | path

Searched refs:ToSInt64 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DStringConvert.h16 int64_t ToSInt64(const char *s, int64_t fail_value = 0, int base = 0,
H A DStringConvert.cpp15 int64_t ToSInt64(const char *s, int64_t fail_value, int base, in ToSInt64() function
H A DJSON.cpp556 int64_t sval = StringConvert::ToSInt64(value.c_str(), 0, 0, &success); in ParseJSONValue()