Home
last modified time | relevance | path

Searched refs:RSReflectionBase (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_base.cpp63 RSReflectionBase::RSReflectionBase(const RSContext *con) { in RSReflectionBase() function in slang::RSReflectionBase
69 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()
Dslang_rs_reflection_base.h38 class RSReflectionBase {
44 RSReflectionBase(const RSContext *);
74 virtual ~RSReflectionBase();
Dslang_rs_reflection_cpp.cpp45 RSReflectionBase(con) { in RSReflectionCpp()
70 RSReflectionBase::writeFile(mClassName + ".h", header); in reflect()
71 RSReflectionBase::writeFile(mClassName + ".cpp", cpp); in reflect()
Dslang_rs_reflection_cpp.h24 class RSReflectionCpp : public RSReflectionBase {
Dslang_rs_reflection.cpp397 C.out() << RSReflectionBase::genInitValue(Val); in genInitPrimitiveExportVariable()
787 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() == in genPrimitiveTypeExportVariable()