Home
last modified time | relevance | path

Searched defs:MyFunction (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DimportElisionExportNonExportAndDefault.ts10 interface MyFunction { msg: string; } interface
12 export const MyFunction = ({ msg }: MyFunction) => console.log(`Got message "${msg}"`); constant
/third_party/typescript/tests/baselines/reference/
DimportElisionExportNonExportAndDefault.js12 export const MyFunction = ({ msg }: MyFunction) => console.log(`Got message "${msg}"`); function
/third_party/musl/libc-test/src/functionalext/rpath/
Dlib_primary.c19 static void MyFunction() in MyFunction() function
Dlib_primary_multiple.c20 static void MyFunction() in MyFunction() function
/third_party/node/test/js-native-api/5_function_factory/
D5_function_factory.c5 static napi_value MyFunction(napi_env env, napi_callback_info info) { in MyFunction() function
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc1073 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
Dgmock-more-actions_test.cc607 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/
Dgoogletest-printers-test.cc717 void MyFunction(int /* n */) {} in MyFunction() function