Home
last modified time | relevance | path

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

/external/flatbuffers/js/
Dflatbuffers.js642 if (len == this.bb.readInt16(vt2)) {
644 if (this.bb.readInt16(vt1 + j) != this.bb.readInt16(vt2 + j)) {
709 var ok = this.bb.readInt16(vtable_start + field) != 0;
905 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { method in flatbuffers.ByteBuffer
1091 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/libchrome/mojo/public/js/lib/
Dcodec.js69 Decoder.prototype.readInt16 = function() { method in Decoder
751 return decoder.readInt16();
/external/flatbuffers/tests/
Dmonster_test_generated.ts169 return this.bb!.readInt16(this.bb_pos);
820 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 150;
843 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 100;
2604 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 0;
Dmonster_test_generated.js216 return this.bb.readInt16(this.bb_pos);
915 return offset ? this.bb.readInt16(this.bb_pos + offset) : 150;
938 return offset ? this.bb.readInt16(this.bb_pos + offset) : 100;
2750 return offset ? this.bb.readInt16(this.bb_pos + offset) : 0;
/external/sqlite/dist/orig/
Dsqlite3.c167366 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
167475 static int readInt16(u8 *p){
167739 pRtree->iDepth = readInt16(pNode->zData);
170665 sqlite3_result_int(ctx, readInt16(zBlob));
170936 iDepth = readInt16(aNode);
170943 nCell = readInt16(&aNode[2]);
/external/sqlite/dist/
Dsqlite3.c167394 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
167503 static int readInt16(u8 *p){
167767 pRtree->iDepth = readInt16(pNode->zData);
170693 sqlite3_result_int(ctx, readInt16(zBlob));
170964 iDepth = readInt16(aNode);
170971 nCell = readInt16(&aNode[2]);