Lines Matching refs:itr
1077 for (int itr = 0; itr < 4; itr++)
1079 const MessageID& id = messageIds[(start+itr)%messageIds.size()];
1206 for (map<MessageID, MessageMeta>::const_iterator itr = counts.begin(); itr != counts.end(); itr++)
1208 const MessageID& id = itr->first;
1209 const GLenum severity = itr->second.severity;
1211 const int refCount = itr->second.refCount;
1212 const int resCount = itr->second.resCount;
1520 for (MessageCounter::iterator itr = m_counts.begin(); itr != m_counts.end(); itr++)
1522 itr->second.expected = itr->second.received;
1523 itr->second.received = 0;
1642 for (map<MessageID, MessageCount>::const_iterator itr = m_counts.begin(); itr != m_counts.end(); itr++)
1644 const MessageID& id = itr->first;
1646 const int refCount = itr->second.expected;
1647 const int resCount = itr->second.received;