Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp684 static const LinearMapNode<void (*)(const std::string&, Declaration&)> styleSetter[] = { in SetCurrentStyle() local
1605 …auto operatorIter = BinarySearchFindIndex(styleSetter, ArraySize(styleSetter), style.first.c_str()… in SetCurrentStyle()
1607 styleSetter[operatorIter].value(style.second, *this); in SetCurrentStyle()