Searched refs:InsertResult (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp2605 pair<StatisticsMap::iterator,bool> InsertResult; local
2726 InsertResult = m_WordMap.insert (
2728 if (!InsertResult.second)
2735 DataIter = InsertResult.first;
3600 pair<StatisticsMap::iterator,bool> InsertResult; local
3791 InsertResult = m_WordMap.insert (
3793 if (InsertResult.second == false)

Completed in 50 milliseconds