Searched refs:attr_it (Results 1 – 5 of 5) sorted by relevance
32 auto attr_it = attr_list->begin(); in calculate_database_info_size() local33 for (; attr_it != attr_list->end(); attr_it++) { in calculate_database_info_size()64 auto attr_it = attr_list->begin(); in fill_database_info() local65 for (; attr_it != attr_list->end(); attr_it++) { in fill_database_info()69 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()80 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()88 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()101 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()102 UINT16_TO_STREAM(p_data, attr_it->uuid.As16Bit()); in fill_database_info()105 UINT16_TO_STREAM(p_data, attr_it->handle); in fill_database_info()[all …]
31 UnknownAttrsMap::const_iterator attr_it = m_UnknownAttrs.find(pTag); in getAttributeValue() local33 if (attr_it == m_UnknownAttrs.end()) { in getAttributeValue()36 return &attr_it->second; in getAttributeValue()
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()
733 for (auto attr_it : color_mode_attr_map_[it.first]) { in Dump() local734 os << std::right << " " << attr_it.first << ": " << attr_it.second; in Dump()
758 for (auto attr_it : color_mode_attr_map_[it.first]) { in Dump() local759 os << std::right << " " << attr_it.first << ": " << attr_it.second; in Dump()