Searched refs:Method1 (Results 1 – 5 of 5) sorted by relevance
52 virtual std::string Method1(std::string s) = 0;65 PROXY_METHOD1(std::string, Method1, std::string)81 MOCK_METHOD1(Method1, std::string(std::string));139 TEST_F(ProxyTest, Method1) { in TEST_F() argument141 EXPECT_CALL(*fake_, Method1(arg1)) in TEST_F()146 EXPECT_EQ("Method1", fake_proxy_->Method1(arg1)); in TEST_F()
65 Method1(uint8 param0);70 Method1(StructA param0);
14 Method1(associated InterfaceX& param0);
4 [u4]1 // name: Method1 does not have a response message.
4204 CXXMethodDecl *Method1 = dyn_cast<CXXMethodDecl>(FD1); in isAtLeastAsSpecializedAs() local4226 if (!Method2 && Method1 && !Method1->isStatic()) { in isAtLeastAsSpecializedAs()4228 AddImplicitObjectParameterType(S.Context, Method1, Args1); in isAtLeastAsSpecializedAs()4230 } else if (!Method1 && Method2 && !Method2->isStatic()) { in isAtLeastAsSpecializedAs()