Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp56 …ic const LinearMapNode<void (*)(const std::string&, SwiperDeclaration&)> swiperAttrsOperators[] = { in SetSpecializedAttr() local
107 … BinarySearchFindIndex(swiperAttrsOperators, ArraySize(swiperAttrsOperators), attr.first.c_str()); in SetSpecializedAttr()
109 swiperAttrsOperators[operatorIter].value(attr.second, *this); in SetSpecializedAttr()