Searched refs:MyMethod (Results 1 – 1 of 1) sorted by relevance
563 int MyMethod(char x) { return x + 1; } in MyMethod() function582 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()583 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()1186 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()