Lines Matching defs:BigInt
37 struct BigInt {
39 BigInt() = default;
40 BigInt(const std::vector<uint64_t> &words, int sign) : words_(std::move(words)), sign_(sign)
43 ~BigInt() = default;
44 bool operator==(const BigInt &value) const
180 * This constructor is used to convert the BigInt input parameter to a value of type PreferencesValue.
184 PREF_API_EXPORT PreferencesValue(BigInt value);
269 * @brief Determines whether the BigInt type PreferencesValue is currently used.
350 * @return Returns BigInt type PreferencesValue.
352 PREF_API_EXPORT operator BigInt() const;
366 std::vector<bool>, std::vector<double>, std::vector<uint8_t>, Object, BigInt> value_;