Searched refs:m_canThrow (Results 1 – 1 of 1) sorted by relevance
1306 bool m_canThrow; member in SimpleFilter1309 SimpleFilter (bool canThrow, bool serial ) : m_canThrow(canThrow), m_serial(serial) {} in SimpleFilter()1315 if ( m_canThrow ) { in operator ()()