Searched refs:readInt8 (Results 1 – 12 of 12) sorted by relevance
909 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { method in flatbuffers.ByteBuffer1096 this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i));1237 if (ident.charCodeAt(i) != this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i)) {
80 …return offset ? /** @type {NamespaceA.NamespaceB.EnumInNestedNS} */ (this.bb.readInt8(this.bb_pos …
56 …return offset ? /** */ (this.bb!.readInt8(this.bb_pos + offset)) : NS8755221360535654258.Namespac…
267 jspb.BinaryDecoder.prototype.readInt8,
233 return this.bb!.readInt8(this.bb_pos + 2);1126 return offset ? !!this.bb!.readInt8(this.bb_pos + offset) : false;1334 return offset ? !!this.bb!.readInt8(this.bb!.__vector(this.bb_pos + offset) + index) : false;1774 return offset ? /** */ (this.bb!.readInt8(this.bb_pos + offset)) : MyGame.Example.Race.None;2645 return offset ? this.bb!.readInt8(this.bb_pos + offset) : 0;2876 return offset ? this.bb!.readInt8(this.bb!.__vector(this.bb_pos + offset) + index) : 0;
339 return this.bb.readInt8(this.bb_pos + 2);1276 return offset ? !!this.bb.readInt8(this.bb_pos + offset) : false;1484 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false;1922 …return offset ? /** @type {MyGame.Example.Race} */ (this.bb.readInt8(this.bb_pos + offset)) : MyGa…2851 return offset ? this.bb.readInt8(this.bb_pos + offset) : 0;3082 return offset ? this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
308 jspb.BinaryDecoder.prototype.readInt8,
828 jspb.BinaryDecoder.prototype.readInt8 = function() { method in jspb.BinaryDecoder
57 Decoder.prototype.readInt8 = function() { method in Decoder721 return decoder.readInt8();
265 return reader.readInt8()1602 values.append(reader.readInt8())1604 reader.readInt8()
158 def readInt8(self): member in OTTableReader