Home | History | Annotate | Download | only in slang

Lines Matching refs:RSExportRecordType

284     const RSExportRecordType *ERT = ForEach->getParamPacketType();
337 const RSExportRecordType *ERT = ef->getParamPacketType();
404 const RSExportRecordType *params = ef->getParamPacketType();
543 genGetterAndSetter(static_cast<const RSExportRecordType *>(ET), EV);
699 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT,
809 const RSExportRecordType *ERT = static_cast<const RSExportRecordType *>(ET);
813 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
816 const RSExportRecordType::Field *F = *I;