Home
last modified time | relevance | path

Searched refs:JSON_STRING_PUT_OPTIONAL_STRINGABLE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h154 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, updateTextColor); in ToString()
155 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, updateFontSize); in ToString()
163 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, updateImageWidth); in ToString()
167 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, marginProp); in ToString()
168 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, borderRadius); in ToString()
192 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, leadingMargin); in ToString()
227 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, style); in ToString()
228 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, paraStyle); in ToString()
246 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, style); in ToString()
264 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, fontSize); in ToString()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.h80 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, width); in ToString()
81 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, height); in ToString()
104 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, size); in ToString()
107 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, marginProp); in ToString()
108 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, borderRadius); in ToString()
150 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, imageAttribute); in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp118 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, symbolEffectOptions_); in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h114 #define JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, var) \ macro