Searched refs:RSReflectionBase (Results 1 – 5 of 5) sorted by relevance
63 RSReflectionBase::RSReflectionBase(const RSContext *con) { in RSReflectionBase() function in slang::RSReflectionBase69 RSReflectionBase::~RSReflectionBase() { in ~RSReflectionBase()92 void RSReflectionBase::startFile(const string &filename) { in startFile()108 string RSReflectionBase::stripRS(const string &s) const { in stripRS()118 void RSReflectionBase::write(const std::string &t) { in write()123 void RSReflectionBase::write(const std::stringstream &t) { in write()128 void RSReflectionBase::incIndent() { in incIndent()132 void RSReflectionBase::decIndent() { in decIndent()136 bool RSReflectionBase::writeFile(const string &filename, const vector< string > &txt) { in writeFile()151 string RSReflectionBase::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()
38 class RSReflectionBase {44 RSReflectionBase(const RSContext *);74 virtual ~RSReflectionBase();
45 RSReflectionBase(con) { in RSReflectionCpp()70 RSReflectionBase::writeFile(mClassName + ".h", header); in reflect()71 RSReflectionBase::writeFile(mClassName + ".cpp", cpp); in reflect()
24 class RSReflectionCpp : public RSReflectionBase {
397 C.out() << RSReflectionBase::genInitValue(Val); in genInitPrimitiveExportVariable()787 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() == in genPrimitiveTypeExportVariable()