Home | History | Annotate | Download | only in slang

Lines Matching refs:RSExportRecordType

81                                  const RSExportRecordType *ERT,
100 const RSExportRecordType *mERT;
690 const RSExportRecordType *ERT =
691 static_cast<const RSExportRecordType*>(ET);
700 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
704 const RSExportRecordType::Field *F = *I;
793 const RSExportRecordType *ERT = EF->getParamPacketType();
884 const RSExportRecordType *ERT = EF->getParamPacketType();
1997 const RSExportRecordType *ERT = static_cast<const RSExportRecordType *>(ET);
2001 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
2004 const RSExportRecordType::Field *F = *I;
2111 bool RSReflectionJava::genTypeClass(const RSExportRecordType *ERT,
2155 void RSReflectionJava::genTypeItemClass(const RSExportRecordType *ERT) {
2167 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
2179 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
2182 const RSExportRecordType::Field *F = *FI;
2193 void RSReflectionJava::genTypeClassConstructor(const RSExportRecordType *ERT) {
2307 void RSReflectionJava::genTypeClassCopyToArray(const RSExportRecordType *ERT) {
2322 RSReflectionJava::genTypeClassCopyToArrayLocal(const RSExportRecordType *ERT) {
2331 void RSReflectionJava::genTypeClassItemSetter(const RSExportRecordType *ERT) {
2352 void RSReflectionJava::genTypeClassItemGetter(const RSExportRecordType *ERT) {
2362 RSReflectionJava::genTypeClassComponentSetter(const RSExportRecordType *ERT) {
2363 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
2366 const RSExportRecordType::Field *F = *FI;
2406 RSReflectionJava::genTypeClassComponentGetter(const RSExportRecordType *ERT) {
2407 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
2410 const RSExportRecordType::Field *F = *FI;
2422 void RSReflectionJava::genTypeClassCopyAll(const RSExportRecordType *ERT) {
2462 const char *ElementBuilderName, const RSExportRecordType *ERT,
2547 const RSExportRecordType *ERT =
2548 static_cast<const RSExportRecordType *>(ET);
2551 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
2554 const RSExportRecordType::Field *F = *I;
2657 const RSExportRecordType *ERT =
2658 static_cast<const RSExportRecordType *>(ET);