Searched refs:c_it (Results 1 – 2 of 2) sorted by relevance
708 typedef vector<OUString>::const_iterator c_it; in getJREInfoFromBinPath() typedef709 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoFromBinPath()904 typedef vector<OUString>::const_iterator c_it; in getJREInfoByPath() typedef905 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoByPath()
585 …std::hash_map< OUString, PPDContext, OUStringHash >::const_iterator c_it = m_aDefaultContexts.find… in initialize() local586 if( c_it != m_aDefaultContexts.end() ) in initialize()588 aPrinter.m_aInfo.m_pParser = c_it->second.getParser(); in initialize()589 aPrinter.m_aInfo.m_aContext = c_it->second; in initialize()
Completed in 33 milliseconds