Home
last modified time | relevance | path

Searched refs:TrueForm (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dbig_integer.h40 const uint64_t *TrueForm() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbig_integer.cpp87 const uint64_t* BigInteger::TrueForm() const in TrueForm() function in OHOS::NativeRdb::BigInteger
H A Draw_data_parser.cpp234 auto trueForm = bigint.TrueForm(); in PackageRawData()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_js_utils.cpp88 …napi_status status = napi_create_bigint_words(env, value.Sign(), value.Size(), value.TrueForm(), &… in Convert2JSValue()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp249 …napi_status status = napi_create_bigint_words(env, value.Sign(), value.Size(), value.TrueForm(), &… in Convert2JSValue()