Home
last modified time | relevance | path

Searched refs:readInt16 (Results 1 – 10 of 10) 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;
904 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { method in flatbuffers.ByteBuffer
1090 return vtable_offset < this.readInt16(vtable) ? this.readInt16(vtable + vtable_offset) : 0;
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js272 jspb.BinaryDecoder.prototype.readInt16,
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js272 jspb.BinaryDecoder.prototype.readInt16,
/external/protobuf/js/binary/
Ddecoder_test.js313 jspb.BinaryDecoder.prototype.readInt16,
Ddecoder.js841 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.js255 return this.bb.readInt16(this.bb_pos);
954 return offset ? this.bb.readInt16(this.bb_pos + offset) : 150;
977 return offset ? this.bb.readInt16(this.bb_pos + offset) : 100;
2789 return offset ? this.bb.readInt16(this.bb_pos + offset) : 0;
/external/sqlite/dist/
Dsqlite3.c181748 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
181857 static int readInt16(u8 *p){
182142 pRtree->iDepth = readInt16(pNode->zData);
185228 sqlite3_result_int(ctx, readInt16(zBlob));
185498 iDepth = readInt16(aNode);
185505 nCell = readInt16(&aNode[2]);
/external/sqlite/dist/orig/
Dsqlite3.c181720 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
181829 static int readInt16(u8 *p){
182114 pRtree->iDepth = readInt16(pNode->zData);
185200 sqlite3_result_int(ctx, readInt16(zBlob));
185470 iDepth = readInt16(aNode);
185477 nCell = readInt16(&aNode[2]);