| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | MemoryOutStream.h | 24 void operator =(MemoryOutStream const&); variable 56 MemoryOutStream& operator <<(char const* txt); 57 MemoryOutStream& operator <<(int n); 58 MemoryOutStream& operator <<(long n); 61 MemoryOutStream& operator <<(__int64 n); 64 MemoryOutStream& operator <<(long long n); 67 MemoryOutStream& operator <<(float f); 68 MemoryOutStream& operator <<(double d); 69 MemoryOutStream& operator <<(void const* p); 70 MemoryOutStream& operator <<(unsigned int s); [all …]
|
| H A D | TestDetails.h | 22 TestDetails& operator=(TestDetails const&);
|
| H A D | Test.h | 29 Test& operator =(Test const&); variable
|
| H A D | TestResults.h | 33 TestResults& operator =(TestResults const&); variable
|
| H A D | TimeConstraint.h | 19 void operator=(TimeConstraint const&);
|
| H A D | CompositeTestReporter.h | 29 CompositeTestReporter& operator =(const CompositeTestReporter&); variable
|
| H A D | XmlTestReporter.h | 23 XmlTestReporter& operator=(XmlTestReporter const&); variable
|
| H A D | TestRunner.h | 18 bool operator()(const Test* const) const in operator() function
|
| H A D | TestMacros.h | 66 Fixture##Name##Helper& operator =(Fixture##Name##Helper const&); \
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | maths.h | 62 Vec3 operator-() const 67 Vec3& operator+=( Arg v ) 75 Vec3& operator-=( Arg v ) 83 Vec3& operator*=( Arg v ) 91 Vec3& operator*=( float s ) 99 Vec3& operator/=( Arg v ) 107 Vec3& operator/=( float s ) 116 friend Vec3 operator+( Arg left, Arg right ) 122 friend Vec3 operator-( Arg left, Arg right ) 214 float operator[]( int index ) const [all …]
|
| H A D | simd_ve.h | 47 Vec4& operator=( Vec4 const& arg ) 85 Vec4& operator+=( Arg v ) 91 Vec4& operator-=( Arg v ) 97 Vec4& operator*=( Arg v ) 103 friend Vec4 operator+( Vec4::Arg left, Vec4::Arg right ) 108 friend Vec4 operator-( Vec4::Arg left, Vec4::Arg right ) 113 friend Vec4 operator*( Vec4::Arg left, Vec4::Arg right )
|
| H A D | simd_sse.h | 55 Vec4& operator=( Vec4 const& arg ) 81 Vec4& operator+=( Arg v ) 87 Vec4& operator-=( Arg v ) 93 Vec4& operator*=( Arg v ) 99 friend Vec4 operator+( Vec4::Arg left, Vec4::Arg right ) 104 friend Vec4 operator-( Vec4::Arg left, Vec4::Arg right ) 109 friend Vec4 operator*( Vec4::Arg left, Vec4::Arg right )
|
| H A D | simd_float.h | 68 Vec4& operator+=( Arg v ) 77 Vec4& operator-=( Arg v ) 86 Vec4& operator*=( Arg v ) 95 friend Vec4 operator+( Vec4::Arg left, Vec4::Arg right ) 101 friend Vec4 operator-( Vec4::Arg left, Vec4::Arg right ) 107 friend Vec4 operator*( Vec4::Arg left, Vec4::Arg right )
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTaskGroup.h | 65 TaskGroup & operator= (const PredefinedValues & v) 71 bool operator== (const PredefinedValues & v) const 76 bool operator== (const TaskGroup & other) const 81 bool operator!= (const TaskGroup & other) const
|
| H A D | MTArrayView.h | 59 const T &operator[]( size_t i ) const 65 T &operator[]( size_t i )
|
| H A D | MTStaticVector.h | 91 inline const T &operator[]( uint32 i ) const 97 inline T &operator[]( uint32 i )
|
| H A D | MTTypes.h | 35 void operator= (const TYPE &); \
|
| H A D | MTPlatform.h | 67 void operator=( const ScopedGuard &); variable
|
| H A D | MTTaskPool.h | 170 TaskHandle & operator= (const TaskHandle & other) 179 TaskHandle & operator= (TaskHandle && other)
|
| /TaskScheduler/Scheduler/Include/Platform/Windows/ |
| H A D | MTThread.h | 65 mt_forceinline ThreadId& operator=(const ThreadId& other)
|
| /TaskScheduler/Scheduler/Include/Platform/Posix/ |
| H A D | MTThread.h | 91 mt_forceinline ThreadId& operator=(const ThreadId& other)
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 2050 # recursively expanded use the := operator instead of the = operator.
|