Searched refs:readSfixed32 (Results 1 – 10 of 10) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 180 function readSfixed32(bufferDecoder, start) { function 269 return readPacked(bufferDecoder, start, readSfixed32); 351 readSfixed32, property
|
D | reader_test.js | 136 expect(() => reader.readSfixed32(bufferDecoder, 0)).toThrow(); 141 const d = reader.readSfixed32(pair.bufferDecoder, 0);
|
D | kernel.js | 674 indexArray, bytes, reader.readSfixed32, WireType.FIXED32)); 1294 indexArray, bytes, reader.readSfixed32, reader.readPackedSfixed32,
|
/third_party/protobuf/js/binary/ |
D | reader.js | 509 return this.readSfixed32(); 812 jspb.BinaryReader.prototype.readSfixed32 = function() { method in jspb.BinaryReader
|
D | reader_test.js | 181 assertThrows(function() {reader.readSfixed32()}); 521 jspb.BinaryReader.prototype.readSfixed32,
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 181 assertThrows(function() {reader.readSfixed32()}); 491 jspb.BinaryReader.prototype.readSfixed32,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 181 assertThrows(function() {reader.readSfixed32()}); 491 jspb.BinaryReader.prototype.readSfixed32,
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 218 public static function readSfixed32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 455 if (!GPBWire::readSfixed32($input, $value)) {
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 168 GPBWire::readSfixed32($input, $value);
|