Searched refs:m_failedSources (Results 1 – 2 of 2) sorted by relevance
351 m_failedSources.push_back(*name); in processSources()381 m_failedSources.push_back(*name); in processSources()1344 …find<source_name_vector_t::const_iterator, std::string>(m_failedSources.begin(), m_failedSources.e… in getSourceFromName()1345 if (findIt != m_failedSources.end()) in getSourceFromName()
142 source_name_vector_t m_failedSources; //!< List of sources that failed to open successfully. variable