Searched defs:MyFunction (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 326 typedef int MyFunction(bool, int); typedef 701 typedef void MyFunction(bool, int*, char*); in TEST() typedef 722 typedef void MyFunction(std::string*, const char**); in TEST() typedef 738 typedef void MyFunction(const wchar_t**); in TEST() typedef 758 typedef void MyFunction(bool, std::string*, const char**); in TEST() typedef 777 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef 898 typedef void MyFunction(bool, int*, char*); in TEST() typedef
|
D | gmock-more-actions_test.cc | 619 typedef void MyFunction(bool, int*, char*); in TEST() typedef 655 typedef void MyFunction(bool, int*); in TEST() typedef 671 typedef void MyFunction(bool, char*); in TEST() typedef 686 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); in TEST() typedef
|
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 785 typedef void MyFunction(bool, int*, char*); in TEST() typedef 804 typedef void MyFunction(std::string*, const char**); in TEST() typedef 820 typedef void MyFunction(const wchar_t**); in TEST() typedef 839 typedef void MyFunction(bool, std::string*, const char**); in TEST() typedef 858 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef 880 typedef void MyFunction(bool, int*, char*); in TEST() typedef
|
D | gmock-more-actions_test.cc | 613 typedef void MyFunction(bool, int*, char*); in TEST() typedef 649 typedef void MyFunction(bool, int*); in TEST() typedef 665 typedef void MyFunction(bool, int*); in TEST() typedef 680 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); in TEST() typedef
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-printers_test.cc | 520 void MyFunction(int /* n */) {} in MyFunction() function
|
/external/googletest/googletest/test/ |
D | googletest-printers-test.cc | 522 void MyFunction(int /* n */) {} in MyFunction() function
|