Lines Matching full:pvalue
15 void CJX_DataValue::contentType(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_DataValue::contains(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_DataValue::defaultValue(CFXJSE_Value* pValue,
30 Script_Som_DefaultValue(pValue, bSetting, eAttribute);
33 void CJX_DataValue::value(CFXJSE_Value* pValue,
36 defaultValue(pValue, bSetting, eAttribute);
39 void CJX_DataValue::isNull(CFXJSE_Value* pValue,
42 Script_Attribute_BOOL(pValue, bSetting, eAttribute);