public final void m9536a(DataOutput dataOutput) {
   ProtoBuf protoBuf = new ProtoBuf(MapsEngine.f7109a);
   for (MapsEngineFeatureImpl mapsEngineFeatureImpl : this.f6078b) {
     ProtoBuf protoBuf2 = new ProtoBuf(MapsEngine.f7110b);
     protoBuf2.m10190a(1, mapsEngineFeatureImpl.m9548a().m8278a());
     protoBuf2.m10191a(2, mapsEngineFeatureImpl.m9552c());
     protoBuf.m10190a(3, protoBuf2);
   }
   ProtoBufUtil.m10228a(dataOutput, protoBuf);
 }
 public final boolean m9537a(DataInput dataInput) {
   ProtoBuf a = ProtoBufUtil.m10226a(MapsEngine.f7111c, dataInput);
   for (int i = 0; i < a.m10215k(4); i++) {
     ProtoBuf c = a.m10202c(4, i);
     if (c.m10204d(1) == 1) {
       ((MapsEngineFeatureImpl) this.f6078b.get(i)).m9549a(c.m10212h(2), c.m10212h(3));
     }
   }
   return true;
 }
示例#3
0
文件: br.java 项目: cherakkara/iwms
 public final void m5876a(ProtoBuf protoBuf) {
   protoBuf.m10196b(29, this.f3625a);
 }