Home | History | Annotate | Download | only in libpp

Lines Matching refs:cit

36 	vector<string>::const_iterator cit = paths.begin();
38 for (; cit != end; ++cit) {
39 string const path = op_realpath(prefix_path + *cit);
85 const_iterator cit = images.begin();
88 for (; cit != end; ++cit) {
89 if (match(cit->first))
90 matches.push_back(cit->second + '/' + cit->first);