Home
last modified time | relevance | path

Searched defs:CLASS (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Dparam_test_macros.h78 #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
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
/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/
Dability_command_module_test.cpp35 const std::string CLASS = "class"; variable
/foundation/ability/ability_base/interfaces/inner_api/base/include/
Dbase_def.h52 #define CLASS(id, x) \ macro
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
Dability_command_test.cpp37 const std::string CLASS = "class"; variable