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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp316 std::string &ErrorMsg) {
318 ErrorMsg))
1409 std::string &ErrorMsg) {
1415 ErrorMsg))
1954 std::string ErrorMsg; local
1955 if (!genScriptClass(mScriptClassName, ErrorMsg)) {
1957 << ErrorMsg << ")\n"; local
1974 if (!ERT->isArtificial() && !genTypeClass(ERT, ErrorMsg)) {
1976 << ERT->getName() << "' (" << ErrorMsg << ")\n";
2008 std::string &ErrorMsg) {
315 genScriptClass(const std::string &ClassName, std::string &ErrorMsg) argument
1408 genTypeClass(const RSExportRecordType *ERT, std::string &ErrorMsg) argument
2005 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
[all...]

Completed in 36 milliseconds