Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc790 int MyMethod(char x) { return x + 1; } in MyMethod() function
808 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;