Home
last modified time | relevance | path

Searched refs:readSfixed64 (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/js/binary/
Dreader.js510 return this.readSfixed64();
840 jspb.BinaryReader.prototype.readSfixed64 = function() { method in jspb.BinaryReader
Dreader_test.js182 assertThrows(function() {reader.readSfixed64()});
496 jspb.BinaryReader.prototype.readSfixed64,
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php229 public static function readSfixed64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php415 if (!GPBWire::readSfixed64($input, $value)) {
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js182 assertThrows(function() {reader.readSfixed64()});
496 jspb.BinaryReader.prototype.readSfixed64,
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js182 assertThrows(function() {reader.readSfixed64()});
496 jspb.BinaryReader.prototype.readSfixed64,
/external/protobuf/php/tests/
Dphp_implementation_test.php205 GPBWire::readSfixed64($input, $value);