Home | History | Annotate | Download | only in Support

Lines Matching refs:ci

106     for (sys::path::const_iterator ci = sys::path::begin(*i),
108 ci != ce;
109 ++ci) {
110 ASSERT_FALSE(ci->empty());
111 ComponentStack.push_back(*ci);
114 for (sys::path::reverse_iterator ci = sys::path::rbegin(*i),
116 ci != ce;
117 ++ci) {
118 ASSERT_TRUE(*ci == ComponentStack.back());