Searched defs:ClassName (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp414 bool RSReflectionJava::genScriptClass(const std::string &ClassName, argument
416 if (!startClass(AM_Public, false, ClassName, RS_SCRIPT_CLASS_SUPER_CLASS_NAME,
1408 const std::string ClassName = GetReduceResultTypeName(ResultType); local
1412 mOut.indent() << "public static class " << ClassName;
1541 startFunction(AM_Private, false, nullptr, ClassName, 1, "Allocation", "out");
1587 std::string ClassName = ET->getElementName(); local
1588 if (addTypeNameForElement(ClassName)) {
1589 mOut.indent() << RS_ELEM_PREFIX << ClassName << " = " << ClassName local
2113 std::string ClassName local
2708 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
2761 startTypeClass(const std::string &ClassName) argument
[all...]

Completed in 80 milliseconds