Home | History | Annotate | Download | only in slang

Lines Matching refs:ERT

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