Home
last modified time | relevance | path

Searched refs:readInt16 (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/js/
Dflatbuffers.js623 var len = this.bb.readInt16(vt1);
624 if (len == this.bb.readInt16(vt2)) {
626 if (this.bb.readInt16(vt1 + j) != this.bb.readInt16(vt2 + j)) {
691 var ok = this.bb.readInt16(vtable_start + field) != 0;
882 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { method in flatbuffers.ByteBuffer
1011 return vtable_offset < this.readInt16(vtable) ? this.readInt16(vtable + vtable_offset) : 0;
/external/protobuf/js/binary/
Ddecoder_test.js290 jspb.BinaryDecoder.prototype.readInt16,
Ddecoder.js811 jspb.BinaryDecoder.prototype.readInt16 = function() { method in jspb.BinaryDecoder
/external/flatbuffers/tests/
Dmonster_test_generated.js127 return this.bb.readInt16(this.bb_pos);
624 return offset ? this.bb.readInt16(this.bb_pos + offset) : 150;
647 return offset ? this.bb.readInt16(this.bb_pos + offset) : 100;
/external/libmojo/mojo/public/js/
Dcodec.js69 Decoder.prototype.readInt16 = function() { method in Decoder
594 return decoder.readInt16();
/external/sqlite/dist/orig/
Dsqlite3.c164523 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
164641 static int readInt16(u8 *p){
164905 pRtree->iDepth = readInt16(pNode->zData);
167844 sqlite3_result_int(ctx, readInt16(zBlob));
/external/sqlite/dist/
Dsqlite3.c164536 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
164654 static int readInt16(u8 *p){
164918 pRtree->iDepth = readInt16(pNode->zData);
167857 sqlite3_result_int(ctx, readInt16(zBlob));