示例#1
0
 public static Murmur.Tree[] read(IceInternal.BasicStream is__)
 {
     Murmur.Tree[] v__;
     {
         int szx__ = is__.readSize();
         is__.startSeq(szx__, 4);
         v__ = new Murmur.Tree[szx__];
         for(int ix__ = 0; ix__ < szx__; ++ix__)
         {
             IceInternal.ArrayPatcher<Murmur.Tree> spx = new IceInternal.ArrayPatcher<Murmur.Tree>("::Murmur::Tree", v__, ix__);
             is__.readObject(spx);
             is__.checkSeq();
             is__.endElement();
         }
         is__.endSeq(szx__);
     }
     return v__;
 }
示例#2
0
 public override void getTree_async(Murmur.AMD_Server_getTree cb__, Ice.Current current__)
 {
     Murmur.Tree ret__ = null;
     cb__.ice_response(ret__);
 }
示例#3
0
文件: Murmur.cs 项目: Vinhold/halcyon
 public static Murmur.Tree[] read(IceInternal.BasicStream is__)
 {
     Murmur.Tree[] v__;
     {
         int szx__ = is__.readAndCheckSeqSize(4);
         v__ = new Murmur.Tree[szx__];
         for(int ix__ = 0; ix__ < szx__; ++ix__)
         {
             IceInternal.ArrayPatcher<Murmur.Tree> spx = new IceInternal.ArrayPatcher<Murmur.Tree>("::Murmur::Tree", v__, ix__);
             is__.readObject(spx);
         }
     }
     return v__;
 }