Searched refs:IsLong (Results 1 – 4 of 4) sorted by relevance
38 bool IsLong() const;
93 bool IsLong() const in IsLong() function146 return IsLong() ? std::get<int64_t>(data_) : IsInt() ? std::get<int32_t>(data_) : defValue;151 … : IsLong() ? std::get<int64_t>(data_) : IsInt() ? std::get<int32_t>(data_) : defValue;
61 bool PreferencesValue::IsLong() const in IsLong() function in OHOS::NativePreferences::PreferencesValue
324 if (val.IsLong()) { in GetLong()416 } else if (value.IsLong()) { in WriteSettingXml()