Searched refs:AbstractValueType (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_blocked_range.cpp | 31 class AbstractValueType { class 32 AbstractValueType() {} in AbstractValueType() function in AbstractValueType 35 friend AbstractValueType MakeAbstractValueType( int i ); 36 friend int GetValueOf( const AbstractValueType& v ) {return v.value;} in GetValueOf() 39 AbstractValueType MakeAbstractValueType( int i ) { in MakeAbstractValueType() 40 AbstractValueType x; in MakeAbstractValueType() 45 std::size_t operator-( const AbstractValueType& u, const AbstractValueType& v ) { in operator -() 49 bool operator<( const AbstractValueType& u, const AbstractValueType& v ) { in operator <() 53 AbstractValueType operator+( const AbstractValueType& u, std::size_t offset ) { in operator +() 60 AbstractValueType i = MakeAbstractValueType(x); in SerialTest() [all …]
|
| H A D | conformance_blocked_range2d.cpp | 30 class AbstractValueType { class 31 AbstractValueType() {} in AbstractValueType() function in AbstractValueType 38 friend int GetValueOf( const AbstractValueType<OtherTag>& v ) ; 42 AbstractValueType<Tag> MakeAbstractValueType( int i ) { in MakeAbstractValueType() 43 AbstractValueType<Tag> x; in MakeAbstractValueType() 49 int GetValueOf( const AbstractValueType<Tag>& v ) {return v.value;} in GetValueOf() 52 bool operator<( const AbstractValueType<Tag>& u, const AbstractValueType<Tag>& v ) { in operator <() 57 std::size_t operator-( const AbstractValueType<Tag>& u, const AbstractValueType<Tag>& v ) { in operator -() 62 AbstractValueType<Tag> operator+( const AbstractValueType<Tag>& u, std::size_t offset ) { in operator +() 70 typedef AbstractValueType<RowTag> row_type; in SerialTest() [all …]
|
| H A D | conformance_blocked_range3d.cpp | 32 class AbstractValueType { class 33 AbstractValueType() {} in AbstractValueType() function in AbstractValueType 40 friend int GetValueOf( const AbstractValueType<OtherTag>& v ) ; 44 AbstractValueType<Tag> MakeAbstractValueType( int i ) { in MakeAbstractValueType() 45 AbstractValueType<Tag> x; in MakeAbstractValueType() 54 bool operator<( const AbstractValueType<Tag>& u, const AbstractValueType<Tag>& v ) { in operator <() 59 std::size_t operator-( const AbstractValueType<Tag>& u, const AbstractValueType<Tag>& v ) { in operator -() 64 AbstractValueType<Tag> operator+( const AbstractValueType<Tag>& u, std::size_t offset ) { in operator +() 73 typedef AbstractValueType<PageTag> page_type; in SerialTest() 74 typedef AbstractValueType<RowTag> row_type; in SerialTest() [all …]
|
| H A D | conformance_blocked_rangeNd.cpp | 34 class AbstractValueType { class 36 AbstractValueType() {} in AbstractValueType() function in AbstractValueType 38 friend AbstractValueType MakeAbstractValue(int i); 39 friend int GetValueOf(const AbstractValueType& v); 42 int GetValueOf(const AbstractValueType& v) { return v.value; } in GetValueOf() 44 AbstractValueType MakeAbstractValue(int i) { in MakeAbstractValue() 45 AbstractValueType x; in MakeAbstractValue() 51 std::size_t operator-(const AbstractValueType& u, const AbstractValueType& v) { in operator -() 55 bool operator<(const AbstractValueType& u, const AbstractValueType& v) { in operator <() 59 AbstractValueType operator+(const AbstractValueType& u, std::size_t offset) { in operator +() [all …]
|