Searched refs:ToSInt64 (Results 1 – 4 of 4) sorted by relevance
27 int64_t ToSInt64(const char *s, int64_t fail_value = 0, int base = 0,
46 int64_t value = StringConvert::ToSInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
186 ? StringConvert::ToSInt64(definition.default_cstr_value) in Property()
48 int64_t ToSInt64(const char *s, int64_t fail_value, int base, in ToSInt64() function