Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader.js508 return this.readSfixed32();
811 jspb.BinaryReader.prototype.readSfixed32 = function() { method in jspb.BinaryReader
Dreader_test.js181 assertThrows(function() {reader.readSfixed32()});
491 jspb.BinaryReader.prototype.readSfixed32,
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php218 public static function readSfixed32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php409 if (!GPBWire::readSfixed32($input, $value)) {
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js181 assertThrows(function() {reader.readSfixed32()});
491 jspb.BinaryReader.prototype.readSfixed32,
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js181 assertThrows(function() {reader.readSfixed32()});
491 jspb.BinaryReader.prototype.readSfixed32,
/external/protobuf/php/tests/
Dphp_implementation_test.php168 GPBWire::readSfixed32($input, $value);