Subversion Repositories SmartDukaan

Rev

Rev 5336 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5336 Rev 5945
Line 650... Line 650...
650
          }
650
          }
651
          break;
651
          break;
652
        case 5: // CHILDREN_CATEGORY_IDS
652
        case 5: // CHILDREN_CATEGORY_IDS
653
          if (field.type == org.apache.thrift.protocol.TType.LIST) {
653
          if (field.type == org.apache.thrift.protocol.TType.LIST) {
654
            {
654
            {
655
              org.apache.thrift.protocol.TList _list15 = iprot.readListBegin();
655
              org.apache.thrift.protocol.TList _list5 = iprot.readListBegin();
656
              this.children_category_ids = new ArrayList<Long>(_list15.size);
656
              this.children_category_ids = new ArrayList<Long>(_list5.size);
657
              for (int _i16 = 0; _i16 < _list15.size; ++_i16)
657
              for (int _i6 = 0; _i6 < _list5.size; ++_i6)
658
              {
658
              {
659
                long _elem17; // required
659
                long _elem7; // required
660
                _elem17 = iprot.readI64();
660
                _elem7 = iprot.readI64();
661
                this.children_category_ids.add(_elem17);
661
                this.children_category_ids.add(_elem7);
662
              }
662
              }
663
              iprot.readListEnd();
663
              iprot.readListEnd();
664
            }
664
            }
665
          } else { 
665
          } else { 
666
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
666
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 704... Line 704...
704
    oprot.writeFieldEnd();
704
    oprot.writeFieldEnd();
705
    if (this.children_category_ids != null) {
705
    if (this.children_category_ids != null) {
706
      oprot.writeFieldBegin(CHILDREN_CATEGORY_IDS_FIELD_DESC);
706
      oprot.writeFieldBegin(CHILDREN_CATEGORY_IDS_FIELD_DESC);
707
      {
707
      {
708
        oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.children_category_ids.size()));
708
        oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.children_category_ids.size()));
709
        for (long _iter18 : this.children_category_ids)
709
        for (long _iter8 : this.children_category_ids)
710
        {
710
        {
711
          oprot.writeI64(_iter18);
711
          oprot.writeI64(_iter8);
712
        }
712
        }
713
        oprot.writeListEnd();
713
        oprot.writeListEnd();
714
      }
714
      }
715
      oprot.writeFieldEnd();
715
      oprot.writeFieldEnd();
716
    }
716
    }