Home
last modified time | relevance | path

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

/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), attr.first.c_str()); in SetSpecializedAttr()
66 toggleAttrOperators[operatorIter].value(*this, attr.second); in SetSpecializedAttr()

Completed in 1 milliseconds