Home
last modified time | relevance | path

Searched refs:readInt8 (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.js149 return this.bb.readInt8(this.bb_pos + 2);
221 …return offset ? /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + offset)) : MyG…
381 return /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + 24));
704 …return offset ? /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + offset)) : MyG…
859 return offset ? !!this.bb.readInt8(this.bb_pos + offset) : false;
1067 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false;
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.js70 …return offset ? /** @type {NamespaceA.NamespaceB.EnumInNestedNS} */ (this.bb.readInt8(this.bb_pos …
/external/flatbuffers/js/
Dflatbuffers.js866 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { method in flatbuffers.ByteBuffer
1137 if (ident.charCodeAt(i) != this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i)) {
/external/protobuf/js/binary/
Ddecoder_test.js285 jspb.BinaryDecoder.prototype.readInt8,
Ddecoder.js798 jspb.BinaryDecoder.prototype.readInt8 = function() { method in jspb.BinaryDecoder
/external/libmojo/mojo/public/js/
Dcodec.js57 Decoder.prototype.readInt8 = function() { method in Decoder
564 return decoder.readInt8();