Home
last modified time | relevance | path

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

/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js283 jspb.BinaryDecoder.prototype.readInt16,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js272 jspb.BinaryDecoder.prototype.readInt16,
/third_party/protobuf/js/binary/
Ddecoder.js723 jspb.BinaryDecoder.prototype.readInt16 = function() { method in jspb.BinaryDecoder
Ddecoder_test.js433 jspb.BinaryDecoder.prototype.readInt16,
/third_party/sqlite/src/
Dsqlite3.c193309 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
193435 static int readInt16(u8 *p){
193722 pRtree->iDepth = readInt16(pNode->zData);
196858 sqlite3_result_int(ctx, readInt16(zBlob));
197131 iDepth = readInt16(aNode);
197138 nCell = readInt16(&aNode[2]);