Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_utils.h26 TYPE_INT, TYPE_DOU, TYPE_STR, TYPE_BOOL, TYPE_BOOLARR, TYPE_DOUARR, TYPE_STRARR enumerator
H A Dpreferences_impl.cpp184 case TYPE_DOU: { in CValueTypeToNativeValue()
346 v.tag = TYPE_DOU; in NativeValueToCValueType()
349 v.tag = TYPE_DOU; in NativeValueToCValueType()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h79 TYPE_NULL, TYPE_INT, TYPE_DOU, TYPE_STR, TYPE_BOOL, TYPE_BLOB, TYPE_ASSET, TYPE_ASSETS enumerator
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_utils.cpp95 case TYPE_DOU: { in ValueTypeToValueObject()
177 return ValueType {.dou = val, .tag = TYPE_DOU}; in ValueObjectToValueType()

Completed in 3 milliseconds