Searched refs:void_func_void_t (Results 1 – 3 of 3) sorted by relevance
40 typedef void (*void_func_void_t)(void); typedef65 void_func_void_t f_;68 Test(void_func_void_t f, int id, int flags) in Test()89 TestAdder(void_func_void_t f, int id, int flags = FEATURE) {
61 typedef void (*void_func_void_t)(void); typedef in Test68 void_func_void_t Run_v_;72 Test(int id, void_func_void_t _Run) : Run_v_(_Run), Run_b_(0) { in Test()
131 typedef void (*void_func_void_t)(void); typedef159 void_func_void_t f_;161 Test(void_func_void_t f, int flags) in Test()188 TestAdder(void_func_void_t f, int id, int flags = FEATURE) { in TestAdder()