Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.cpp31 …t LinearMapNode<void (*)(XComponentDeclaration&, const std::string&)> xComponentAttrOperators[] = { in SetSpecializedAttr() local
51 auto operatorIter = BinarySearchFindIndex(xComponentAttrOperators, in SetSpecializedAttr()
52 ArraySize(xComponentAttrOperators), in SetSpecializedAttr()
55 xComponentAttrOperators[operatorIter].value(*this, attr.second); in SetSpecializedAttr()