Home
last modified time | relevance | path

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

/external/flatbuffers/js/
Dflatbuffers.js909 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { method in flatbuffers.ByteBuffer
1096 this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i));
1237 if (ident.charCodeAt(i) != this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i)) {
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.js80 …return offset ? /** @type {NamespaceA.NamespaceB.EnumInNestedNS} */ (this.bb.readInt8(this.bb_pos …
Dnamespace_test2_generated.ts56 …return offset ? /** */ (this.bb!.readInt8(this.bb_pos + offset)) : NS8755221360535654258.Namespac…
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js267 jspb.BinaryDecoder.prototype.readInt8,
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js267 jspb.BinaryDecoder.prototype.readInt8,
/external/flatbuffers/tests/
Dmonster_test_generated.ts233 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;
Dmonster_test_generated.js339 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;
/external/protobuf/js/binary/
Ddecoder_test.js308 jspb.BinaryDecoder.prototype.readInt8,
Ddecoder.js828 jspb.BinaryDecoder.prototype.readInt8 = function() { method in jspb.BinaryDecoder
/external/libchrome/mojo/public/js/lib/
Dcodec.js57 Decoder.prototype.readInt8 = function() { method in Decoder
721 return decoder.readInt8();
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py265 return reader.readInt8()
1602 values.append(reader.readInt8())
1604 reader.readInt8()
DotBase.py158 def readInt8(self): member in OTTableReader