Searched defs:FUNC (Results 1 – 1 of 1) sorted by relevance
| /foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
| D | param_test_macros.h | 78 #define DEFINE_CHECK_RETVAL_FN(N, CLASS, FUNC, ...) \ argument 80 #define DEFINE_CHECK_OBJECT_FN(N, CLASS, FUNC, ...) std::function<void(PARAM_REF_ARG##N(__VA_ARGS__… argument 81 #define DEFINE_CHECK_ALL_FN(N, CLASS, FUNC, ...) std::function<void( \ argument 84 #define CHECK_RETVAL_CALL(N, FUNC) checkFunc(object.FUNC(PARAM_CALLING_ARGS##N)) argument 85 #define CHECK_OBJECT_CALL(N, FUNC) object.FUNC(PARAM_CALLING_ARGS##N); checkFunc(PARAM_BINDING_ARGS… argument 86 #define CHECK_ALL_CALL(N, FUNC) checkFunc(object.FUNC(PARAM_CALLING_ARGS##N), PARAM_BINDING_ARGS##N… argument 96 #define DEFINE_PARAM_TEST(CHECKING, N, CLASS, FUNC, ...) \ argument 121 #define DEFINE_CHECK_RETVAL_FN2(N, CLASS, FUNC, ...) \ argument 123 #define DEFINE_CHECK_OBJECT_FN2(N, CLASS, FUNC, ...) \ argument 125 #define DEFINE_CHECK_ALL_FN2(N, CLASS, FUNC, ...) \ argument [all …]
|