Lines Matching defs:operator
101 PreferencesValue &PreferencesValue::operator=(PreferencesValue &&preferencesValue) noexcept
110 PreferencesValue &PreferencesValue::operator=(const PreferencesValue &preferencesValue)
179 PreferencesValue::operator int() const
184 PreferencesValue::operator int64_t() const
189 PreferencesValue::operator float() const
194 PreferencesValue::operator double() const
199 PreferencesValue::operator bool() const
204 PreferencesValue::operator std::string() const
209 PreferencesValue::operator std::vector<double>() const
214 PreferencesValue::operator std::vector<bool>() const
219 PreferencesValue::operator std::vector<std::string>() const
224 PreferencesValue::operator std::vector<uint8_t>() const
229 PreferencesValue::operator Object() const
234 PreferencesValue::operator BigInt() const
239 bool PreferencesValue::operator==(const PreferencesValue &value)