Searched refs:RSReflectionBase (Results 1 – 5 of 5) sorted by relevance
64 RSReflectionBase::RSReflectionBase(const RSContext *con) in RSReflectionBase() function in slang::RSReflectionBase71 RSReflectionBase::~RSReflectionBase() { in ~RSReflectionBase()94 void RSReflectionBase::startFile(const string &filename) { in startFile()111 string RSReflectionBase::stripRS(const string &s) const { in stripRS()124 void RSReflectionBase::write(const std::string &t) { in write()129 void RSReflectionBase::write(const std::stringstream &t) { in write()134 void RSReflectionBase::incIndent() { in incIndent()138 void RSReflectionBase::decIndent() { in decIndent()142 bool RSReflectionBase::writeFile(const string &filename, const vector< string > &txt) { in writeFile()157 string RSReflectionBase::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()[all …]
38 class RSReflectionBase {45 RSReflectionBase(const RSContext *);80 virtual ~RSReflectionBase();
29 class RSReflectionCpp : public RSReflectionBase {
114 : RSReflectionBase(con) { in RSReflectionCpp()951 << RSReflectionBase::genInitValue(Val) << ";"; in genInitPrimitiveExportVariable()
445 C.out() << RSReflectionBase::genInitValue(Val); in genInitPrimitiveExportVariable()910 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() == in genPrimitiveTypeExportVariable()