Lines Matching defs:ERT

514       const RSExportRecordType *ERT =
521 << " = new " << ERT->getElementName()
524 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
525 E = ERT->fields_end();
620 const RSExportRecordType *ERT = EF->getParamPacketType();
623 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str()))
624 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str());
658 const RSExportRecordType *ERT = EF->getParamPacketType();
659 if (ERT) {
723 if (ERT) {
724 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str())) {
725 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str());
1192 const RSExportRecordType *ERT =
1197 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
1198 E = ERT->fields_end();
1228 if (RSExportType::GetTypeAllocSize(ERT) > Pos)
1230 << RSExportType::GetTypeAllocSize(ERT) - Pos << ");"
1320 const RSExportRecordType *ERT,
1322 std::string ClassName = ERT->getElementName();
1333 genTypeItemClass(C, ERT);
1344 genTypeClassConstructor(C, ERT);
1345 genTypeClassCopyToArrayLocal(C, ERT);
1346 genTypeClassCopyToArray(C, ERT);
1347 genTypeClassItemSetter(C, ERT);
1348 genTypeClassItemGetter(C, ERT);
1349 genTypeClassComponentSetter(C, ERT);
1350 genTypeClassComponentGetter(C, ERT);
1351 genTypeClassCopyAll(C, ERT);
1363 const RSExportRecordType *ERT) {
1368 << RSExportType::GetTypeAllocSize(ERT) << ";" << std::endl;
1372 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
1373 FE = ERT->fields_end();
1385 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
1386 FE = ERT->fields_end();
1403 const RSExportRecordType *ERT) {
1417 genBuildElement(C, "eb", ERT, RenderScriptVar, /* IsInline = */true);
1579 const RSExportRecordType *ERT) {
1601 const RSExportRecordType *ERT) {
1610 genPackVarOfType(C, ERT, "i", "fp");
1617 const RSExportRecordType *ERT) {
1646 const RSExportRecordType *ERT) {
1661 const RSExportRecordType *ERT) {
1662 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
1663 FE = ERT->fields_end();
1712 const RSExportRecordType *ERT) {
1713 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
1714 FE = ERT->fields_end();
1734 const RSExportRecordType *ERT) {
1783 const RSExportRecordType *ERT,
1791 ERT,
1884 const RSExportRecordType *ERT =
1888 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
1889 E = ERT->fields_end();
1945 size_t RecordAllocSize = RSExportType::GetTypeAllocSize(ERT);
2041 const RSExportRecordType *ERT =
2044 if (!ERT->isArtificial() && !genTypeClass(*C, ERT, ErrorMsg)) {
2046 << ERT->getName() << "' (" << ErrorMsg << ")" << std::endl;