Searched refs:RSExportVar (Results 1 – 9 of 9) sorted by relevance
112 void genPointerTypeExportVariable(const RSExportVar *EV);113 void genMatrixTypeExportVariable(const RSExportVar *EV);114 void genRecordTypeExportVariable(const RSExportVar *EV);116 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);117 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);118 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);119 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
36 class RSExportVar; variable182 void genExportVariable(const RSExportVar *EV);183 void genPrimitiveTypeExportVariable(const RSExportVar *EV);184 void genPointerTypeExportVariable(const RSExportVar *EV);185 void genVectorTypeExportVariable(const RSExportVar *EV);186 void genMatrixTypeExportVariable(const RSExportVar *EV);187 void genConstantArrayTypeExportVariable(const RSExportVar *EV);188 void genRecordTypeExportVariable(const RSExportVar *EV);191 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV);
34 class RSExportVar : public RSExportable {48 RSExportVar(RSContext *Context,
29 RSExportVar::RSExportVar(RSContext *Context, in RSExportVar() function in slang::RSExportVar
220 const RSExportVar *ev = *I; in genFieldsToStoreExportVariableValues()361 const RSExportVar *EV = *I; in writeImplementationFile()503 const RSExportVar *EV = *I; in genExportVariablesGetterAndSetter()539 const RSExportVar *EV) { in genGetterAndSetter()572 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()607 const RSExportVar *EV) { in genGetterAndSetter()638 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()643 const RSExportVar *EV) { in genGetterAndSetter()648 const RSExportVar *EV) { in genGetterAndSetter()
79 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar()
48 class RSExportVar; variable60 typedef std::list<RSExportVar*> ExportVarList;
394 const RSExportVar *EV = *I; in genScriptClassConstructor()578 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()936 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable()1042 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()1076 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable()1089 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()1119 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV) { in genConstantArrayTypeExportVariable()1133 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV) { in genRecordTypeExportVariable()1153 const RSExportVar *EV) { in genSetExportVariable()
197 const RSExportVar *EV = *I; in dumpExportVarInfo()