Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.cpp33 static const LinearMapNode<void (*)(WebDeclaration&, const std::string&)> webAttrOperators[] = { in SetSpecializedAttr() local
36 …auto operatorIter = BinarySearchFindIndex(webAttrOperators, ArraySize(webAttrOperators), attr.firs… in SetSpecializedAttr()
38 webAttrOperators[operatorIter].value(*this, attr.second); in SetSpecializedAttr()