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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1186 const std::string MethodName = "reduce_" + ER->getNameReduce(); local
1192 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1235 mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArgumentList << ", null);\n";
1267 const std::string MethodName = "reduce_" + ER->getNameReduce(); local
1274 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1275 mOut.indent() << "return " << MethodName << "(";
1294 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);

Completed in 71 milliseconds