Searched refs:readSfixed32 (Results 1 - 7 of 7) sorted by relevance
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | reader.js | 180 function readSfixed32(bufferDecoder, start) { function 269 return readPacked(bufferDecoder, start, readSfixed32); 351 readSfixed32,
|
| H A D | reader_test.js | 133 describe('readSfixed32 does', () => { 136 expect(() => reader.readSfixed32(bufferDecoder, 0)).toThrow(); 141 const d = reader.readSfixed32(pair.bufferDecoder, 0);
|
| H A D | kernel.js | 674 indexArray, bytes, reader.readSfixed32, WireType.FIXED32)); 1294 indexArray, bytes, reader.readSfixed32, reader.readPackedSfixed32,
|
| /third_party/protobuf/js/binary/ |
| H A D | reader.js | 509 return this.readSfixed32(); 812 jspb.BinaryReader.prototype.readSfixed32 = function() {
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 218 public static function readSfixed32(&$input, &$value) function
|
| H A D | Message.php | 455 if (!GPBWire::readSfixed32($input, $value)) {
|
| /third_party/protobuf/php/tests/ |
| H A D | PhpImplementationTest.php | 168 GPBWire::readSfixed32($input, $value);
|
Completed in 10 milliseconds