Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp178 … static const LinearMapNode<void (*)(DOMPickerBase&, const std::string&)> pickerAttrOperators[] = { in SetSpecializedAttr() local
192 …auto it = BinarySearchFindIndex(pickerAttrOperators, ArraySize(pickerAttrOperators), attr.first.c_… in SetSpecializedAttr()
198 pickerAttrOperators[it].value(*this, attr.second); in SetSpecializedAttr()