Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DimportElisionExportNonExportAndDefault.js12 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/
DimportElisionExportNonExportAndDefault.ts10 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/
Dlib_primary.c19 static void MyFunction() in MyFunction() function
Dlib_primary_multiple.c20 static void MyFunction() in MyFunction() function
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/protos/
Dm_double_2d.proto26 rpc MyFunction (MDouble2D) returns (MDouble2D) {} rpc
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc1074 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
Dgmock-more-actions_test.cc608 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/
Dgoogletest-printers-test.cc740 void MyFunction(int /* n */) {} in MyFunction() function