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