Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-printers-test.cc565 virtual char MyVirtualMethod(int /* n */) { return 'a'; } in MyVirtualMethod() function
586 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST()
587 Print(sizeof((&Foo::MyVirtualMethod))) + "-byte object ")); in TEST()
1239 char (Foo::*p2)(int n) = &Foo::MyVirtualMethod; in TEST()