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

/frameworks/compile/slang/
H A Dslang_rs_reflection.h136 std::string &ErrorMsg);
177 bool genScriptClass(const std::string &ClassName, std::string &ErrorMsg);
218 bool genTypeClass(const RSExportRecordType *ERT, std::string &ErrorMsg);
H A Dslang_rs_reflection.cpp415 std::string &ErrorMsg) {
417 ErrorMsg))
2112 std::string &ErrorMsg) {
2118 ErrorMsg))
2657 std::string ErrorMsg; local
2658 if (!genScriptClass(mScriptClassName, ErrorMsg)) {
2660 << ErrorMsg << ")\n"; local
2677 if (!ERT->isArtificial() && !genTypeClass(ERT, ErrorMsg)) {
2679 << ERT->getName() << "' (" << ErrorMsg << ")\n";
2711 std::string &ErrorMsg) {
414 genScriptClass(const std::string &ClassName, std::string &ErrorMsg) argument
2111 genTypeClass(const RSExportRecordType *ERT, std::string &ErrorMsg) argument
2708 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
[all...]

Completed in 67 milliseconds