Searched defs:MyFunction (Results 1 – 4 of 4) sorted by relevance
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 830 typedef void MyFunction(bool, int*, char*); in TEST() typedef 849 typedef void MyFunction(std::string*, const char**); in TEST() typedef 865 typedef void MyFunction(const wchar_t**); in TEST() typedef 884 typedef void MyFunction(bool, std::string*, const char**); in TEST() typedef 903 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef 925 typedef void MyFunction(bool, int*, char*); in TEST() typedef
|
D | gmock-more-actions_test.cc | 604 using MyFunction = void(bool, int*, char*); in TEST() typedef 640 using MyFunction = void(bool, int*); in TEST() typedef 656 using MyFunction = void(bool, int*); in TEST() typedef 671 using MyFunction = void(bool, std::back_insert_iterator<std::string>); in TEST() typedef
|
/external/googletest/googletest/test/ |
D | googletest-printers-test.cc | 689 void MyFunction(int /* n */) {} in MyFunction() function
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-printers-test.cc | 522 void MyFunction(int /* n */) {} in MyFunction() function
|