Searched refs:l_iter (Results 1 – 1 of 1) sorted by relevance
159 vector<int32_t>::const_iterator l_iter; in testList() local163 for (l_iter = thing.begin(); l_iter != thing.end(); ++l_iter) { in testList()169 printf("%d", *l_iter); in testList()