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

/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc556 int MyMethod(char x) { return x + 1; } function in struct:testing::gtest_printers_test::Foo
575 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
576 Print(sizeof(&Foo::MyMethod)) + "-byte object "));
1157 int (Foo::*p)(char ch) = &Foo::MyMethod;
/external/gtest/test/
H A Dgtest-printers_test.cc556 int MyMethod(char x) { return x + 1; } function in struct:testing::gtest_printers_test::Foo
575 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
576 Print(sizeof(&Foo::MyMethod)) + "-byte object "));
1163 int (Foo::*p)(char ch) = &Foo::MyMethod;

Completed in 91 milliseconds