Searched refs:genSetExportVariable (Results 1 – 2 of 2) sorted by relevance
196 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV, unsigned Dimension);
1798 genSetExportVariable(TypeName, EV, 1); in genVectorTypeExportVariable()1843 …genSetExportVariable(TypeName, EV, static_cast<const RSExportConstantArrayType *>(ET)->getNumEleme… in genConstantArrayTypeExportVariable()1856 genSetExportVariable(TypeName, EV, 1); in genRecordTypeExportVariable()1868 void RSReflectionJava::genSetExportVariable(const std::string &TypeName, in genSetExportVariable() function in slang::RSReflectionJava