Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc791 virtual char MyVirtualMethod(int /* n */) { return 'a'; } in MyVirtualMethod() function
811 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST()
812 Print(sizeof((&Foo::MyVirtualMethod))) + "-byte object ")); in TEST()
1447 char (Foo::*p2)(int n) = &Foo::MyVirtualMethod;