Searched refs:attr_it (Results 1 – 2 of 2) sorted by relevance
556 for (auto attr_it : color_mode_attr_map_[it.first]) { in Dump() local557 os << attr_it.first << ": " << attr_it.second << in Dump()558 std::setw(6 - INT(attr_it.second.length())) << " "; in Dump()
676 for (auto attr_it : color_mode_attr_map_[it.first]) { in Dump() local677 os << std::right << " " << attr_it.first << ": " << attr_it.second; in Dump()