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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp532 std::string &ErrorMsg) {
535 ErrorMsg))
2344 std::string &ErrorMsg) {
2354 ErrorMsg))
2941 std::string ErrorMsg; local
2942 if (!genScriptClass(mScriptClassName, ErrorMsg)) {
2944 << ErrorMsg << ")\n"; local
2959 if (!ERT->isArtificial() && !genTypeClass(ERT, ErrorMsg)) {
2961 << ERT->getName() << "' (" << ErrorMsg << ")\n";
2995 std::string &ErrorMsg) {
531 genScriptClass(const std::string &ClassName, std::string &ErrorMsg) argument
2343 genTypeClass(const RSExportRecordType *ERT, std::string &ErrorMsg) argument
2992 startClass(AccessModifier AM, bool IsStatic, const std::string &ClassName, const char *SuperClassName, std::string &ErrorMsg) argument
[all...]

Completed in 15 milliseconds