Searched refs:MyMethod (Results 1 – 2 of 2) sorted by relevance
3 static void MyMethod(void) { in MyMethod() function
726 int MyMethod(char x) { return x + 1; } in MyMethod() function745 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;