Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.cpp80 const static LinearMapNode<void (*)(BadgeDeclaration&, const std::string&)> badgeOperators[] = { in SetSpecializedStyle() local
98 …auto operatorIter = BinarySearchFindIndex(badgeOperators, ArraySize(badgeOperators), style.first.c… in SetSpecializedStyle()
100 badgeOperators[operatorIter].value(*this, style.second); in SetSpecializedStyle()