Searched refs:entryIter (Results 1 – 2 of 2) sorted by relevance
861 typedef std::multimap<uint32_t, uint8_t*>::iterator entryIter; in processTask() typedef862 std::pair<entryIter, entryIter> iterPair = mDeferredWrites.equal_range(entryHash); in processTask()863 for (entryIter it = iterPair.first; it != iterPair.second; ++it) { in processTask()
1100 Iterator<Entry<String, String>> entryIter = entrySet.iterator(); in computeProjection() local1103 while (entryIter.hasNext()) { in computeProjection()1104 Entry<String, String> entry = entryIter.next(); in computeProjection()