Home
last modified time | relevance | path

Searched refs:m_failedSources (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp351 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()
H A DConversionController.h142 source_name_vector_t m_failedSources; //!< List of sources that failed to open successfully. variable