Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp106 searchAttrOperators[] = { in SetSpecializedAttr() local
148 auto operatorIter = BinarySearchFindIndex(searchAttrOperators, ArraySize(searchAttrOperators), attr.first.c_str()); in SetSpecializedAttr()
150 searchAttrOperators[operatorIter].value(attr.second, *this, *textFieldDeclaration_); in SetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp102 searchAttrOperators[] = { in SetSpecializedAttr() local
136 auto operatorIter = BinarySearchFindIndex(searchAttrOperators, ArraySize(searchAttrOperators), attr.first.c_str()); in SetSpecializedAttr()
138 searchAttrOperators[operatorIter].value(attr.second, *searchChild_, *textFieldComponent_, textStyle_); in SetSpecializedAttr()

Completed in 2 milliseconds