Home
last modified time | relevance | path

Searched refs:m_iter (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp99 map<int32_t, int32_t>::const_iterator m_iter; in testMap() local
103 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() local
124 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()