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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp270 std::string &ErrorMsg) {
275 ErrorMsg))
1321 std::string &ErrorMsg) {
1328 ErrorMsg))
2010 std::string ErrorMsg, ScriptClassName; local
2024 if (!genScriptClass(*C, ScriptClassName, ErrorMsg)) {
2026 << ErrorMsg << ")" << std::endl;
2044 if (!ERT->isArtificial() && !genTypeClass(*C, ERT, ErrorMsg)) {
2046 << ERT->getName() << "' (" << ErrorMsg << ")" << std::endl;
2077 std::string &ErrorMsg) {
268 genScriptClass(Context &C, const std::string &ClassName, std::string &ErrorMsg) argument
1319 genTypeClass(Context &C, const RSExportRecordType *ERT, std::string &ErrorMsg) argument
2076 openClassFile(const std::string &ClassName, std::string &ErrorMsg) argument
2108 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
[all...]

Completed in 288 milliseconds