Searched refs:i_ex (Results 1 – 2 of 2) sorted by relevance
121 for (strings_v::const_iterator i_ex = m_pvExclude->begin(); in checkElement() local122 i_ex != m_pvExclude->end(); i_ex++) in checkElement()124 if (aFullPath.match(*i_ex, 0)) // pattern is beginning of path in checkElement()
826 strings_v::const_iterator i_ex = vb.begin(); in substract() local829 while (i_ex != vb.end()) in substract()834 if ( *i_in == *i_ex) in substract()846 i_ex++; in substract()
Completed in 25 milliseconds