Searched refs:VoidFunc (Results 1 – 3 of 3) sorted by relevance
53 typedef void (*VoidFunc)(); typedef56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} in h1()
780 void VoidFunc(bool /* flag */) {} in VoidFunc() function785 .WillRepeatedly(DoAll(Invoke(VoidFunc), in TEST()