Searched refs:MyMethod (Results 1 – 10 of 10) sorted by relevance
11 virtual void MyMethod(int my_param) {} in MyMethod() function in blink::Interface16 MOCK_METHOD1(MyMethod, void(int));21 EXPECT_CALL(mocked_interface, MyMethod(1)); in Test()24 MyMethod(1)); in Test()25 mocked_interface.MyMethod(123); in Test()
32 - (id) MyMethod { method67 // CHECK: define internal i8* @"\01-[Message MyMethod]"
16 - (void) MyMethod
31 - (id) MyMethod {
373 Inner MyMethod(Inner arg);376 Inner Outer::MyMethod(Inner arg) { // expected-error {{unknown type name 'Inner'; did you mean 'Ou… in MyMethod() function in class_member_typo_corrections::Outer
39 - (id) MyMethod {
557 int MyMethod(char x) { return x + 1; } in MyMethod() function576 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()577 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()1167 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()
561 int MyMethod(char x) { return x + 1; } in MyMethod() function580 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()581 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()1218 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()
563 int MyMethod(char x) { return x + 1; } in MyMethod() function582 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()
565 int MyMethod(char x) { return x + 1; } in MyMethod() function584 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()585 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()1221 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()