Subversion Repositories SmartDukaan

Rev

Rev 4490 | Rev 4762 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4490 Rev 4506
Line 582... Line 582...
582
          }
582
          }
583
          break;
583
          break;
584
        case 5: // CHILDREN_CATEGORY_IDS
584
        case 5: // CHILDREN_CATEGORY_IDS
585
          if (field.type == org.apache.thrift.protocol.TType.LIST) {
585
          if (field.type == org.apache.thrift.protocol.TType.LIST) {
586
            {
586
            {
587
              org.apache.thrift.protocol.TList _list10 = iprot.readListBegin();
587
              org.apache.thrift.protocol.TList _list15 = iprot.readListBegin();
588
              this.children_category_ids = new ArrayList<Long>(_list10.size);
588
              this.children_category_ids = new ArrayList<Long>(_list15.size);
589
              for (int _i11 = 0; _i11 < _list10.size; ++_i11)
589
              for (int _i16 = 0; _i16 < _list15.size; ++_i16)
590
              {
590
              {
591
                long _elem12; // required
591
                long _elem17; // required
592
                _elem12 = iprot.readI64();
592
                _elem17 = iprot.readI64();
593
                this.children_category_ids.add(_elem12);
593
                this.children_category_ids.add(_elem17);
594
              }
594
              }
595
              iprot.readListEnd();
595
              iprot.readListEnd();
596
            }
596
            }
597
          } else { 
597
          } else { 
598
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
598
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 629... Line 629...
629
    oprot.writeFieldEnd();
629
    oprot.writeFieldEnd();
630
    if (this.children_category_ids != null) {
630
    if (this.children_category_ids != null) {
631
      oprot.writeFieldBegin(CHILDREN_CATEGORY_IDS_FIELD_DESC);
631
      oprot.writeFieldBegin(CHILDREN_CATEGORY_IDS_FIELD_DESC);
632
      {
632
      {
633
        oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.children_category_ids.size()));
633
        oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.children_category_ids.size()));
634
        for (long _iter13 : this.children_category_ids)
634
        for (long _iter18 : this.children_category_ids)
635
        {
635
        {
636
          oprot.writeI64(_iter13);
636
          oprot.writeI64(_iter18);
637
        }
637
        }
638
        oprot.writeListEnd();
638
        oprot.writeListEnd();
639
      }
639
      }
640
      oprot.writeFieldEnd();
640
      oprot.writeFieldEnd();
641
    }
641
    }