Searched defs:MyFunction (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | importElisionExportNonExportAndDefault.js | 12 export const MyFunction = ({ msg }: MyFunction) => console.log(`Got message "${msg}"`); function 16 export const MyFunction = ({ msg }) => console.log(`Got message "${msg}"`); function
|
| /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/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/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/protos/ |
| D | m_double_2d.proto | 26 rpc MyFunction (MDouble2D) returns (MDouble2D) {} rpc
|
| /third_party/googletest/googlemock/test/ |
| 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
|
| D | gmock-more-actions_test.cc | 608 using MyFunction = void(bool, int*, char*); in TEST() typedef 644 using MyFunction = void(bool, int*); in TEST() typedef 660 using MyFunction = void(bool, int*); in TEST() typedef 675 using MyFunction = void(bool, std::back_insert_iterator<std::string>); in TEST() typedef
|
| /third_party/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 740 void MyFunction(int /* n */) {} in MyFunction() function
|