Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js180 function readSfixed32(bufferDecoder, start) { function
269 return readPacked(bufferDecoder, start, readSfixed32);
351 readSfixed32,
H A Dreader_test.js133 describe('readSfixed32 does', () => {
136 expect(() => reader.readSfixed32(bufferDecoder, 0)).toThrow();
141 const d = reader.readSfixed32(pair.bufferDecoder, 0);
H A Dkernel.js674 indexArray, bytes, reader.readSfixed32, WireType.FIXED32));
1294 indexArray, bytes, reader.readSfixed32, reader.readPackedSfixed32,
/third_party/protobuf/js/binary/
H A Dreader.js509 return this.readSfixed32();
812 jspb.BinaryReader.prototype.readSfixed32 = function() {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php218 public static function readSfixed32(&$input, &$value) function
H A DMessage.php455 if (!GPBWire::readSfixed32($input, $value)) {
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php168 GPBWire::readSfixed32($input, $value);

Completed in 10 milliseconds