Searched refs:row_range_type (Results 1 – 4 of 4) sorted by relevance
40 using row_range_type = blocked_range<RowValue>; in __TBB_requires()44 row_range_type my_rows; in __TBB_requires()48 …blocked_range2d( RowValue row_begin, RowValue row_end, typename row_range_type::size_type row_grai… in __TBB_requires()87 const row_range_type& rows() const { return my_rows; } in __TBB_requires()98 my_rows.my_begin = row_range_type::do_split(r.my_rows, split_obj); in __TBB_requires()
41 using row_range_type = blocked_range<RowValue>; in __TBB_requires() local46 row_range_type my_rows; in __TBB_requires()60 … RowValue row_begin, RowValue row_end, typename row_range_type::size_type row_grainsize, in __TBB_requires()98 const row_range_type& rows() const { return my_rows; } in __TBB_requires()110 my_rows.my_begin = row_range_type::do_split(r.my_rows, split_obj); in __TBB_requires()
86 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest()
98 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest()