Searched refs:RSReflectionCpp (Results 1 – 3 of 3) sorted by relevance
119 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, in RSReflectionCpp() function in slang::RSReflectionCpp130 RSReflectionCpp::~RSReflectionCpp() {} in ~RSReflectionCpp()132 bool RSReflectionCpp::reflect() { in reflect()141 bool RSReflectionCpp::writeHeaderFile() { in writeHeaderFile()186 void RSReflectionCpp::genTypeInstancesUsedInForEach() { in genTypeInstancesUsedInForEach()207 void RSReflectionCpp::genFieldsForAllocationTypeVerification() { in genFieldsForAllocationTypeVerification()222 void RSReflectionCpp::genFieldsToStoreExportVariableValues() { in genFieldsToStoreExportVariableValues()247 void RSReflectionCpp::genForEachDeclarations() { in genForEachDeclarations()299 void RSReflectionCpp::genExportFunctionDeclarations() { in genExportFunctionDeclarations()311 void RSReflectionCpp::genExportForEachBodies() { in genExportForEachBodies()[all …]
29 class RSReflectionCpp {31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,34 virtual ~RSReflectionCpp();
688 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase, in compile()