Home
last modified time | relevance | path

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

/third_party/protobuf/js/binary/
Dreader.js653 jspb.BinaryReader.prototype.readInt64String = function() { method in jspb.BinaryReader
860 return this.decoder_.readInt64String();
1225 return this.readPackedField_(this.decoder_.readInt64String);
Dreader_test.js168 assertThrows(function() {reader.readInt64String()});
477 assertEquals(testSignedData[i], reader.readInt64String());
Ddecoder.js770 jspb.BinaryDecoder.prototype.readInt64String = function() { method in jspb.BinaryDecoder
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js168 assertThrows(function() {reader.readInt64String()});
452 assertEquals(testSignedData[i], reader.readInt64String());
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js168 assertThrows(function() {reader.readInt64String()});
452 assertEquals(testSignedData[i], reader.readInt64String());