Home
last modified time | relevance | path

Searched defs:BigInt (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h37 struct BigInt { struct
40 BigInt(const std::vector<uint64_t> &words, int sign) : words_(std::move(words)), sign_(sign) in BigInt() argument
48 std::vector<uint64_t> words_;
49 int sign_;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalue_object.h45 using BigInt = BigInteger; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_js_utils.h27 using BigInt = OHOS::NativeRdb::BigInteger; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h47 using BigInt = NativeRdb::BigInteger; variable
H A Dsqlite_statement.h66 using BigInt = ValueObject::BigInt; variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_sendable_utils.h38 using BigInt = NativePreferences::BigInt; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h43 using BigInt = OHOS::NativeRdb::BigInteger; variable
/ohos5.0/docs/en/application-dev/napi/
H A Dnapi-data-types-interfaces.md397 ### BigInt subsection