Searched refs:test_method (Results 1 – 2 of 2) sorted by relevance
212 std::tuple<int> test_method(uint32_t x) { in test_method() function219 static std::tuple<int> test_method(uint32_t x) { in test_method() function in TestClass258 iface->register_method("MyMethodFunctionPointer", &test_method); in TEST()262 iface->register_method("MyClassFunctionPointer", t.test_method); in TEST()266 iface->register_method("MyClassFunctionPointer", t2.test_method); in TEST()
192 test_method = getCaseMethod(test_case)193 needed_packages = _get_needed_packages(json_file, test_method)