Searched defs:MyFunction (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 1074 typedef void MyFunction(bool, int*, char*); in TEST() typedef 1093 typedef void MyFunction(std::string*, const char**); in TEST() typedef 1109 typedef void MyFunction(const wchar_t**); in TEST() typedef 1128 typedef void MyFunction(bool, std::string*, const char**); in TEST() typedef 1147 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef 1169 typedef void MyFunction(bool, int*, char*); in TEST() typedef
|
H A D | gmock-more-actions_test.cc | 618 using MyFunction = void(bool, int*, char*); in TEST() typedef 654 using MyFunction = void(bool, int*); in TEST() typedef 670 using MyFunction = void(bool, int*); in TEST() typedef 685 using MyFunction = void(bool, std::back_insert_iterator<std::string>); in TEST() typedef
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 745 void MyFunction(int /* n */) {} in MyFunction() function
|