Lines Matching refs:operator
31 bool operator==(const Object &other) const
44 bool operator==(const BigInt &value) const
189 PREF_API_EXPORT PreferencesValue &operator=(PreferencesValue &&preferencesValue) noexcept; variable
194 PreferencesValue &operator=(const PreferencesValue &preferencesValue); variable
280 PREF_API_EXPORT operator int() const;
287 PREF_API_EXPORT operator float() const;
294 PREF_API_EXPORT operator double() const;
301 PREF_API_EXPORT operator bool() const;
308 PREF_API_EXPORT operator int64_t() const;
315 PREF_API_EXPORT operator std::string() const;
322 PREF_API_EXPORT operator std::vector<double>() const;
329 PREF_API_EXPORT operator std::vector<bool>() const;
336 PREF_API_EXPORT operator std::vector<std::string>() const;
343 PREF_API_EXPORT operator std::vector<uint8_t>() const;
345 PREF_API_EXPORT operator Object() const;
352 PREF_API_EXPORT operator BigInt() const;
363 PREF_API_EXPORT bool operator==(const PreferencesValue &value);