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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp317 std::string &ErrorMsg) {
319 ErrorMsg))
1395 std::string &ErrorMsg) {
1401 ErrorMsg))
1940 std::string ErrorMsg; local
1941 if (!genScriptClass(mScriptClassName, ErrorMsg)) {
1943 << ErrorMsg << ")\n"; local
1960 if (!ERT->isArtificial() && !genTypeClass(ERT, ErrorMsg)) {
1962 << ERT->getName() << "' (" << ErrorMsg << ")\n";
1994 std::string &ErrorMsg) {
316 genScriptClass(const std::string &ClassName, std::string &ErrorMsg) argument
1394 genTypeClass(const RSExportRecordType *ERT, std::string &ErrorMsg) argument
1991 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
[all...]

Completed in 48 milliseconds