Searched defs:MyFunction (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/tests/cases/compiler/ |
| D | importElisionExportNonExportAndDefault.ts | 10 interface MyFunction { msg: string; } interface 12 export const MyFunction = ({ msg }: MyFunction) => console.log(`Got message "${msg}"`); constant
|
| /third_party/typescript/tests/baselines/reference/ |
| D | importElisionExportNonExportAndDefault.js | 12 export const MyFunction = ({ msg }: MyFunction) => console.log(`Got message "${msg}"`); function
|
| /third_party/musl/libc-test/src/functionalext/rpath/ |
| D | lib_primary.c | 19 static void MyFunction() in MyFunction() function
|
| D | lib_primary_multiple.c | 20 static void MyFunction() in MyFunction() function
|
| /third_party/node/test/js-native-api/5_function_factory/ |
| D | 5_function_factory.c | 5 static napi_value MyFunction(napi_env env, napi_callback_info info) { in MyFunction() function
|
| /third_party/googletest/googlemock/test/ |
| D | gmock-actions_test.cc | 1073 typedef void MyFunction(bool, int*, char*); in TEST() typedef 1092 typedef void MyFunction(std::string*, const char**); in TEST() typedef 1108 typedef void MyFunction(const wchar_t**); in TEST() typedef 1127 typedef void MyFunction(bool, std::string*, const char**); in TEST() typedef 1146 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef 1168 typedef void MyFunction(bool, int*, char*); in TEST() typedef
|
| D | gmock-more-actions_test.cc | 607 using MyFunction = void(bool, int*, char*); in TEST() typedef 643 using MyFunction = void(bool, int*); in TEST() typedef 659 using MyFunction = void(bool, int*); in TEST() typedef 674 using MyFunction = void(bool, std::back_insert_iterator<std::string>); in TEST() typedef
|
| /third_party/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 717 void MyFunction(int /* n */) {} in MyFunction() function
|