Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_record_impl.cpp67 CJValueType cjvalue; in ValueType2CJValueType() local
69 cjvalue.tag = UNDEFINED; in ValueType2CJValueType()
71 cjvalue.tag = NULLTAG; in ValueType2CJValueType()
73 cjvalue.integer32 = *p; in ValueType2CJValueType()
74 cjvalue.tag = INTEGER32; in ValueType2CJValueType()
76 cjvalue.integer64 = *p; in ValueType2CJValueType()
77 cjvalue.tag = INTEGER64; in ValueType2CJValueType()
79 cjvalue.dou = *p; in ValueType2CJValueType()
80 cjvalue.tag = DOUBLE; in ValueType2CJValueType()
82 cjvalue in ValueType2CJValueType()
98 CJValueType2ValueType(CJValueType cjvalue) CJValueType2ValueType() argument
159 CUnifiedRecord(const char *type, CJValueType cjvalue) CUnifiedRecord() argument
207 CJValueType cjvalue = ValueType2CJValueType(value); GetValue() local
[all...]

Completed in 1 milliseconds