Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp39 …t std::unordered_map<std::string, void (*)(const std::string&, DOMRating&)> ratingAttrOperators = { in SetSpecializedAttr() local
56 auto operatorIter = ratingAttrOperators.find(attr.first); in SetSpecializedAttr()
57 if (operatorIter != ratingAttrOperators.end()) { in SetSpecializedAttr()