Searched refs:ratingAttrOperators (Results 1 – 1 of 1) sorted by relevance
39 …t std::unordered_map<std::string, void (*)(const std::string&, DOMRating&)> ratingAttrOperators = { in SetSpecializedAttr() local56 auto operatorIter = ratingAttrOperators.find(attr.first); in SetSpecializedAttr()57 if (operatorIter != ratingAttrOperators.end()) { in SetSpecializedAttr()