Lines Matching refs:BarEx
358 class BarEx { class
372 BarEx() : state(LIVE), my_id(-1), my_tilda_id(-1) in BarEx() function in BarEx
375 BarEx(std::size_t _i) : state(LIVE), my_id(_i), my_tilda_id(my_id^(-1)) in BarEx() function in BarEx
378 BarEx( const BarEx& a_bar ) : state(LIVE) { in BarEx() function in BarEx
388 ~BarEx() { in ~BarEx()
395 void operator=( const BarEx& a_bar ) { in operator =()
402 friend bool operator==(const BarEx& bar1, const BarEx& bar2 ) ;
405 int BarEx::count = 0;
406 BarEx::mode_type BarEx::mode = BarEx::PREPARATION;
408 bool operator==(const BarEx& bar1, const BarEx& bar2) { in operator ==()
586 …estConstructors<ConcQWithSizeWrapper<Bar>, Bar, BarIterator, ConcQWithSizeWrapper<BarEx>, BarEx>(); in TestQueueConstructors()
587 …rrent_bounded_queue<Bar>, Bar, BarIterator, oneapi::tbb::concurrent_bounded_queue<BarEx>, BarEx>(); in TestQueueConstructors()