• Home
  • Raw
  • Download

Lines Matching refs:ERT

525       const RSExportRecordType *ERT =  in genInitExportVariable()
532 << " = new " << ERT->getElementName() in genInitExportVariable()
535 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(), in genInitExportVariable()
536 E = ERT->fields_end(); in genInitExportVariable()
631 const RSExportRecordType *ERT = EF->getParamPacketType(); in genExportFunction() local
634 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str())) in genExportFunction()
635 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str()); in genExportFunction()
669 const RSExportRecordType *ERT = EF->getParamPacketType(); in genExportForEach() local
670 if (ERT) { in genExportForEach()
765 if (ERT) { in genExportForEach()
766 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str())) { in genExportForEach()
767 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str()); in genExportForEach()
1238 const RSExportRecordType *ERT = in genPackVarOfType() local
1243 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(), in genPackVarOfType()
1244 E = ERT->fields_end(); in genPackVarOfType()
1274 if (RSExportType::GetTypeAllocSize(ERT) > Pos) in genPackVarOfType()
1276 << RSExportType::GetTypeAllocSize(ERT) - Pos << ");" in genPackVarOfType()
1366 const RSExportRecordType *ERT, in genTypeClass() argument
1368 std::string ClassName = ERT->getElementName(); in genTypeClass()
1381 genTypeItemClass(C, ERT); in genTypeClass()
1392 genTypeClassConstructor(C, ERT); in genTypeClass()
1393 genTypeClassCopyToArrayLocal(C, ERT); in genTypeClass()
1394 genTypeClassCopyToArray(C, ERT); in genTypeClass()
1395 genTypeClassItemSetter(C, ERT); in genTypeClass()
1396 genTypeClassItemGetter(C, ERT); in genTypeClass()
1397 genTypeClassComponentSetter(C, ERT); in genTypeClass()
1398 genTypeClassComponentGetter(C, ERT); in genTypeClass()
1399 genTypeClassCopyAll(C, ERT); in genTypeClass()
1414 const RSExportRecordType *ERT) { in genTypeItemClass() argument
1419 << RSExportType::GetTypeAllocSize(ERT) << ";" << std::endl; in genTypeItemClass()
1423 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass()
1424 FE = ERT->fields_end(); in genTypeItemClass()
1436 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass()
1437 FE = ERT->fields_end(); in genTypeItemClass()
1454 const RSExportRecordType *ERT) { in genTypeClassConstructor() argument
1468 genBuildElement(C, "eb", ERT, RenderScriptVar, /* IsInline = */true); in genTypeClassConstructor()
1630 const RSExportRecordType *ERT) { in genTypeClassCopyToArray() argument
1652 const RSExportRecordType *ERT) { in genTypeClassCopyToArrayLocal() argument
1661 genPackVarOfType(C, ERT, "i", "fp"); in genTypeClassCopyToArrayLocal()
1668 const RSExportRecordType *ERT) { in genTypeClassItemSetter() argument
1697 const RSExportRecordType *ERT) { in genTypeClassItemGetter() argument
1712 const RSExportRecordType *ERT) { in genTypeClassComponentSetter() argument
1713 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentSetter()
1714 FE = ERT->fields_end(); in genTypeClassComponentSetter()
1763 const RSExportRecordType *ERT) { in genTypeClassComponentGetter() argument
1764 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentGetter()
1765 FE = ERT->fields_end(); in genTypeClassComponentGetter()
1785 const RSExportRecordType *ERT) { in genTypeClassCopyAll() argument
1834 const RSExportRecordType *ERT, in genBuildElement() argument
1842 ERT, in genBuildElement()
1935 const RSExportRecordType *ERT = in genAddElementToElementBuilder() local
1939 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(), in genAddElementToElementBuilder()
1940 E = ERT->fields_end(); in genAddElementToElementBuilder()
1996 size_t RecordAllocSize = RSExportType::GetTypeAllocSize(ERT); in genAddElementToElementBuilder()
2092 const RSExportRecordType *ERT = in reflect() local
2095 if (!ERT->isArtificial() && !genTypeClass(*C, ERT, ErrorMsg)) { in reflect()
2097 << ERT->getName() << "' (" << ErrorMsg << ")" << std::endl; in reflect()