Lines Matching refs:MethodLiteral
113 MethodLiteral *method = pf->GetMethodLiterals();
143 MethodLiteral *method1 = new MethodLiteral(methodId[0]);
144 MethodLiteral *method2 = new MethodLiteral(methodId[1]);
145 MethodLiteral *method3 = new MethodLiteral(methodId[2]);
149 EXPECT_STREQ(MethodLiteral::ParseFunctionName(pf.get(), methodId[0]).c_str(), "foo1");
150 EXPECT_STREQ(MethodLiteral::ParseFunctionName(pf.get(), methodId[1]).c_str(), "foo2");
151 EXPECT_STREQ(MethodLiteral::ParseFunctionName(pf.get(), methodId[2]).c_str(), "foo3");