Searched refs:readUint32 (Results 1 - 15 of 15) sorted by relevance
| /third_party/protobuf/js/binary/ |
| H A D | decoder.js | 665 jspb.BinaryDecoder.prototype.readUint32 = function() { 685 var bitsLow = this.readUint32(); 686 var bitsHigh = this.readUint32(); 699 var bitsLow = this.readUint32(); 700 var bitsHigh = this.readUint32(); 757 var bitsLow = this.readUint32(); 758 var bitsHigh = this.readUint32(); 771 var bitsLow = this.readUint32(); 772 var bitsHigh = this.readUint32(); 784 var bitsLow = this.readUint32(); [all...] |
| H A D | reader.js | 505 return this.readUint32(); 666 jspb.BinaryReader.prototype.readUint32 = function() { 770 return this.decoder_.readUint32(); 1175 return this.readPackedField_(this.decoder_.readUint32);
|
| H A D | decoder_test.js | 412 jspb.BinaryDecoder.prototype.readUint32,
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | reader.js | 158 function readUint32(bufferDecoder, start) { function 317 return readPacked(bufferDecoder, start, readUint32); 354 readUint32,
|
| H A D | reader_test.js | 215 describe('readUint32 does', () => { 218 expect(() => reader.readUint32(bufferDecoder, 0)).toThrow(); 225 expect(() => reader.readUint32(pair.bufferDecoder, 0)).toThrow(); 227 const d = reader.readUint32(pair.bufferDecoder, 0);
|
| H A D | kernel.js | 748 indexArray, bytes, reader.readUint32, WireType.VARINT)); 1498 indexArray, bytes, reader.readUint32, reader.readPackedUint32,
|
| /third_party/node/lib/ |
| H A D | v8.js | 341 const typeIndex = this.readUint32(); 343 const byteLength = this.readUint32();
|
| /third_party/node/test/parallel/ |
| H A D | test-v8-serdes.js | 90 const length = des.readUint32(); 129 const length = des.readUint32();
|
| /third_party/protobuf/php/tests/ |
| H A D | PhpImplementationTest.php | 56 GPBWire::readUint32($input, $value); 61 GPBWire::readUint32($input, $value); 66 GPBWire::readUint32($input, $value);
|
| /third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
| H A D | decoder_test.js | 251 jspb.BinaryDecoder.prototype.readUint32,
|
| /third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
| H A D | decoder_test.js | 262 jspb.BinaryDecoder.prototype.readUint32,
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 180 public static function readUint32(&$input, &$value) function
|
| H A D | Message.php | 442 if (!GPBWire::readUint32($input, $value)) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function 268 Header.Version = readUint32(Ctx); in WasmObjectFile()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | [all...] |
Completed in 38 milliseconds