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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp76 std::string &ClassName) {
77 ClassName.clear();
82 ClassName =
280 const std::string &ClassName,
284 ClassName,
825 std::string ClassName = ET->getElementName(); local
826 if (C.addTypeNameForElement(ClassName)) {
827 C.indent() << RS_ELEM_PREFIX << ClassName << " = " << ClassName <<
1368 std::string ClassName local
75 GetClassNameFromFileName(const std::string &FileName, std::string &ClassName) argument
279 genScriptClass(Context &C, const std::string &ClassName, std::string &ErrorMsg) argument
2127 openClassFile(const std::string &ClassName, std::string &ErrorMsg) argument
2159 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
2232 startTypeClass(const std::string &ClassName) argument
[all...]

Completed in 188 milliseconds