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

/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc561 int MyMethod(char x) { return x + 1; } function in struct:testing::gtest_printers_test::Foo
580 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
581 Print(sizeof(&Foo::MyMethod)) + "-byte object "));
1218 int (Foo::*p)(char ch) = &Foo::MyMethod;

Completed in 9 milliseconds