Home
last modified time | relevance | path

Searched refs:bigIntValue (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp296 BigInt bigIntValue = std::get<BigInt>(value.value_); in MarshallingVecBigIntAfterType() local
297 int64_t sign = static_cast<int64_t>(bigIntValue.sign_); in MarshallingVecBigIntAfterType()
298 std::vector<uint64_t> words = bigIntValue.words_; in MarshallingVecBigIntAfterType()
599 BigInt bigIntValue = BigInt(vec, sign); in UnmarshallingVecBigInt() local
600 return std::make_pair(E_OK, PreferencesValue(bigIntValue)); in UnmarshallingVecBigInt()

Completed in 2 milliseconds