Searched refs:ThrowingConstructor (Results 1 – 1 of 1) sorted by relevance
131 class ThrowingConstructor { class136 ThrowingConstructor() : m_checktype(), m_throwing_field() { m_cnt = 0;} in ThrowingConstructor() function in ThrowingConstructor138 bool operator==( const ThrowingConstructor& other ) const { return m_cnt == other.m_cnt; } in operator ==()167 struct test_helper<ThrowingConstructor> {168 static inline void init(ThrowingConstructor &sum) { sum.m_cnt = 0; } in init()171 …static inline void sum(ThrowingConstructor &sum, const ThrowingConstructor &addend ) { sum.m_cnt +… in sum()193 struct FunctorFinit<ThrowingConstructor,Value> {197 ThrowingConstructor operator()() { ThrowingConstructor temp; temp.m_cnt = Value; return temp; } in operator ()()231 struct FunctorAddCombineRef<ThrowingConstructor> {232 …ThrowingConstructor operator()(const ThrowingConstructor& left, const ThrowingConstructor& right) … in operator ()()[all …]