Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc563 int MyMethod(char x) { return x + 1; } in MyMethod() function
582 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
583 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1186 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()