Searched refs:compareEqual (Results 1 – 3 of 3) sorted by relevance
81 #define compareEqual(t, u) ((t) == (u)) macro83 template<typename T, typename U> inline bool compareEqual(const T& t, const U& u) { return t == sta… in compareEqual() function87 if (!compareEqual(group->variable, value)) \
15755 * rendering/render_style.h: (compareEqual): Made it inline, fixed variable name.15816 (compareEqual):15831 (compareEqual):
15934 Change compareEqual to a macro in Winscw compiler to get around "illegal operand" 15935 error when compareEqual is defined as template.