Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_toggle.cpp55 static const LinearMapNode<void (*)(DOMToggle&, const std::string&)> toggleAttrOperators[] = { in SetSpecializedAttr() local
64 …auto operatorIter = BinarySearchFindIndex(toggleAttrOperators, ArraySize(toggleAttrOperators), att… in SetSpecializedAttr()
66 toggleAttrOperators[operatorIter].value(*this, attr.second); in SetSpecializedAttr()