Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js180 function readSfixed32(bufferDecoder, start) { function
269 return readPacked(bufferDecoder, start, readSfixed32);
351 readSfixed32, property
Dreader_test.js136 expect(() => reader.readSfixed32(bufferDecoder, 0)).toThrow();
141 const d = reader.readSfixed32(pair.bufferDecoder, 0);
Dkernel.js674 indexArray, bytes, reader.readSfixed32, WireType.FIXED32));
1294 indexArray, bytes, reader.readSfixed32, reader.readPackedSfixed32,
/third_party/protobuf/js/binary/
Dreader.js509 return this.readSfixed32();
812 jspb.BinaryReader.prototype.readSfixed32 = function() { method in jspb.BinaryReader
Dreader_test.js181 assertThrows(function() {reader.readSfixed32()});
521 jspb.BinaryReader.prototype.readSfixed32,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js181 assertThrows(function() {reader.readSfixed32()});
491 jspb.BinaryReader.prototype.readSfixed32,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js181 assertThrows(function() {reader.readSfixed32()});
491 jspb.BinaryReader.prototype.readSfixed32,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php218 public static function readSfixed32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php455 if (!GPBWire::readSfixed32($input, $value)) {
/third_party/protobuf/php/tests/
DPhpImplementationTest.php168 GPBWire::readSfixed32($input, $value);