Searched refs:readInt64String (Results 1 – 5 of 5) sorted by relevance
652 jspb.BinaryReader.prototype.readInt64String = function() { method in jspb.BinaryReader859 return this.decoder_.readInt64String();1157 return this.readPackedField_(this.decoder_.readInt64String);
168 assertThrows(function() {reader.readInt64String()});452 assertEquals(testSignedData[i], reader.readInt64String());
888 jspb.BinaryDecoder.prototype.readInt64String = function() { method in jspb.BinaryDecoder