Searched refs:RSReflectionCpp (Results 1 – 3 of 3) sorted by relevance
113 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, in RSReflectionCpp() function in slang::RSReflectionCpp124 RSReflectionCpp::~RSReflectionCpp() {} in ~RSReflectionCpp()126 bool RSReflectionCpp::reflect() { in reflect()135 bool RSReflectionCpp::writeHeaderFile() { in writeHeaderFile()178 void RSReflectionCpp::genTypeInstancesUsedInForEach() { in genTypeInstancesUsedInForEach()200 void RSReflectionCpp::genFieldsForAllocationTypeVerification() { in genFieldsForAllocationTypeVerification()215 void RSReflectionCpp::genFieldsToStoreExportVariableValues() { in genFieldsToStoreExportVariableValues()240 void RSReflectionCpp::genForEachDeclarations() { in genForEachDeclarations()294 void RSReflectionCpp::genExportFunctionDeclarations() { in genExportFunctionDeclarations()305 bool RSReflectionCpp::genEncodedBitCode() { in genEncodedBitCode()[all …]
29 class RSReflectionCpp {31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,34 virtual ~RSReflectionCpp();
367 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase, in compile()