Home | History | Annotate | Download | only in libmedia

Lines Matching defs:it

621             for (List<ComponentInfo>::iterator it = list.begin();
622 it != list.end(); ++it) {
623 ComponentInfo &cur = *it;
1082 std::list<omx_message>::const_iterator it = messages.cbegin();
1084 while (it != messages.cend()) {
1085 const omx_message &msg = *it++;