Home | History | Annotate | Download | only in slang

Lines Matching defs:RSReflectionCpp

111 RSReflectionCpp::RSReflectionCpp(const RSContext *con)
116 RSReflectionCpp::~RSReflectionCpp() {
119 bool RSReflectionCpp::reflect(const string &OutputPathBase,
148 bool RSReflectionCpp::makeHeader(const std::string &baseClass) {
251 bool RSReflectionCpp::writeBC() {
278 bool RSReflectionCpp::makeImpl(const std::string &baseClass) {
417 void RSReflectionCpp::genExportVariable(const RSExportVar *EV) {
452 void RSReflectionCpp::genPrimitiveTypeExportVariable(const RSExportVar *EV) {
477 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) {
512 void RSReflectionCpp::genVectorTypeExportVariable(const RSExportVar *EV) {
516 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) {
520 void RSReflectionCpp::genConstantArrayTypeExportVariable(
525 void RSReflectionCpp::genRecordTypeExportVariable(const RSExportVar *EV) {
530 void RSReflectionCpp::makeFunctionSignature(
562 void RSReflectionCpp::makeArgs(std::stringstream &ss, const ArgTy& Args) {
576 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET,
591 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET,