Searched refs:RSReflectionCpp (Results 1 – 3 of 3) sorted by relevance
44 RSReflectionCpp::RSReflectionCpp(const RSContext *con) : in RSReflectionCpp() function in slang::RSReflectionCpp49 RSReflectionCpp::~RSReflectionCpp() { in ~RSReflectionCpp()53 bool RSReflectionCpp::reflect(const string &OutputPathBase, in reflect()84 bool RSReflectionCpp::makeHeader(const std::string &baseClass) { in makeHeader()201 bool RSReflectionCpp::writeBC() { in writeBC()227 bool RSReflectionCpp::makeImpl(const std::string &baseClass) { in makeImpl()
24 class RSReflectionCpp : public RSReflectionBase {29 RSReflectionCpp(const RSContext *);30 virtual ~RSReflectionCpp();
330 RSReflectionCpp R(mRSContext); in compile()