Home
last modified time | relevance | path

Searched refs:VoidFunc (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references.cpp53 typedef void (*VoidFunc)(); typedef
56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} in h1()
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc651 void VoidFunc(bool /* flag */) {} in VoidFunc() function
656 .WillRepeatedly(DoAll(Invoke(VoidFunc), in TEST()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc735 void VoidFunc(bool /* flag */) {} in VoidFunc() function
740 .WillRepeatedly(DoAll(Invoke(VoidFunc), in TEST()