Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp131 class ThrowingConstructor { class
136 ThrowingConstructor() : m_checktype(), m_throwing_field() { m_cnt = 0;} in ThrowingConstructor() function in ThrowingConstructor
138 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> {
232ThrowingConstructor operator()(const ThrowingConstructor& left, const ThrowingConstructor& right) … in operator ()()
[all …]