Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.h24 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 DTestDetails.h22 TestDetails& operator=(TestDetails const&);
H A DTest.h29 Test& operator =(Test const&); variable
H A DTestResults.h33 TestResults& operator =(TestResults const&); variable
H A DTimeConstraint.h19 void operator=(TimeConstraint const&);
H A DCompositeTestReporter.h29 CompositeTestReporter& operator =(const CompositeTestReporter&); variable
H A DXmlTestReporter.h23 XmlTestReporter& operator=(XmlTestReporter const&); variable
H A DTestRunner.h18 bool operator()(const Test* const) const in operator() function
H A DTestMacros.h66 Fixture##Name##Helper& operator =(Fixture##Name##Helper const&); \
/TaskScheduler/ThirdParty/Squish/
H A Dmaths.h62 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 Dsimd_ve.h47 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 Dsimd_sse.h55 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 Dsimd_float.h68 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 DMTTaskGroup.h65 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 DMTArrayView.h59 const T &operator[]( size_t i ) const
65 T &operator[]( size_t i )
H A DMTStaticVector.h91 inline const T &operator[]( uint32 i ) const
97 inline T &operator[]( uint32 i )
H A DMTTypes.h35 void operator= (const TYPE &); \
H A DMTPlatform.h67 void operator=( const ScopedGuard &); variable
H A DMTTaskPool.h170 TaskHandle & operator= (const TaskHandle & other)
179 TaskHandle & operator= (TaskHandle && other)
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTThread.h65 mt_forceinline ThreadId& operator=(const ThreadId& other)
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h91 mt_forceinline ThreadId& operator=(const ThreadId& other)
/TaskScheduler/Scheduler/Doxygen/
H A DDoxyfile2050 # recursively expanded use the := operator instead of the = operator.