Searched defs:readInt8 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/js/binary/
H A Ddecoder.js798 jspb.BinaryDecoder.prototype.readInt8 = function() {
/external/flatbuffers/js/
H A Dflatbuffers.js866 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) {
1137 if (ident.charCodeAt(i) != this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i)) {

Completed in 108 milliseconds