Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp121 static std::atomic<int32_t> spanStringStoreIndex_; variable
1205 auto newIndex = spanStringStoreIndex_.fetch_add(1); in ReplaceSpanString()
1235 auto newIndex = spanStringStoreIndex_.fetch_add(1); in InsertSpanString()
1257 auto newIndex = spanStringStoreIndex_.fetch_add(1); in AppendSpanString()