Searched refs:m_iter (Results 1 – 1 of 1) sorted by relevance
99 map<int32_t, int32_t>::const_iterator m_iter; in testMap() local103 for (m_iter = thing.begin(); m_iter != thing.end(); ++m_iter) { in testMap()110 printf("%d => %d", m_iter->first, m_iter->second); in testMap()120 map<std::string, std::string>::const_iterator m_iter; in testStringMap() local124 for (m_iter = thing.begin(); m_iter != thing.end(); ++m_iter) { in testStringMap()130 printf("%s => %s", (m_iter->first).c_str(), (m_iter->second).c_str()); in testStringMap()