Home
last modified time | relevance | path

Searched refs:MyMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/tools/checkimports/
Dunused.cc3 static void MyMethod(void) { in MyMethod() function
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc726 int MyMethod(char x) { return x + 1; } in MyMethod() function
745 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
746 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1378 int (Foo::*p)(char ch) = &Foo::MyMethod;