Home
last modified time | relevance | path

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

/third_party/protobuf/js/binary/
Dreader_test.js415 writer.writeInt64String(1, '4294967296');
417 writer.writeInt64String(3, '3'); // 3 is the zig-zag encoding of -2.
468 writer.writeInt64String(2 * i + 1, testSignedData[i]);
Dwriter.js513 jspb.BinaryWriter.prototype.writeInt64String = function(field, value) { method in jspb.BinaryWriter
1053 this.writeInt64String(field, value[i]);
1738 this.encoder_.writeInt64String(value[i]);
Dencoder.js370 jspb.BinaryEncoder.prototype.writeInt64String = function(value) { method in jspb.BinaryEncoder
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js443 writer.writeInt64String(2 * i + 1, testSignedData[i]);
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js443 writer.writeInt64String(2 * i + 1, testSignedData[i]);