Lines Matching refs:iprot
72 def process(self, iprot, oprot): argument
141 def read(self, iprot): argument
142 iprot.readStructBegin()
144 (fname, ftype, fid) = iprot.readFieldBegin()
149 self.message = iprot.readString()
151 iprot.skip(ftype)
154 self.type = iprot.readI32()
156 iprot.skip(ftype)
158 iprot.skip(ftype)
159 iprot.readFieldEnd()
160 iprot.readStructEnd()