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

/frameworks/compile/slang/
H A Dslang_rs_reflection.h94 std::string &ErrorMsg);
169 std::string &ErrorMsg);
218 std::string &ErrorMsg);
257 std::string &ErrorMsg);
H A Dslang_rs_reflection.cpp610 std::string &ErrorMsg) {
615 ErrorMsg))
1600 std::string &ErrorMsg) {
1607 ErrorMsg))
2163 std::string ErrorMsg, ScriptClassName; local
2177 if (!genScriptClass(*C, ScriptClassName, ErrorMsg)) {
2179 << ErrorMsg << ")" << std::endl;
2197 if (!ERT->isArtificial() && !genTypeClass(*C, ERT, ErrorMsg)) {
2199 << ERT->getName() << "' (" << ErrorMsg << ")" << std::endl;
2239 std::string &ErrorMsg) {
608 genScriptClass(Context &C, const std::string &ClassName, std::string &ErrorMsg) argument
1598 genTypeClass(Context &C, const RSExportRecordType *ERT, std::string &ErrorMsg) argument
2238 openClassFile(const std::string &ClassName, std::string &ErrorMsg) argument
2270 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
[all...]

Completed in 9 milliseconds