/third_party/protobuf/js/binary/ |
D | decoder.js | 665 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder 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 …]
|
D | reader.js | 505 return this.readUint32(); 666 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader 770 return this.decoder_.readUint32(); 1175 return this.readPackedField_(this.decoder_.readUint32);
|
D | reader_test.js | 169 assertThrows(function() {reader.readUint32()}); 322 assertNotUndefined(jspb.BinaryReader.prototype.readUint32); 329 jspb.BinaryReader.prototype.readUint32, 382 assertNotNull(jspb.BinaryReader.prototype.readUint32); 390 jspb.BinaryReader.prototype.readUint32,
|
D | decoder_test.js | 412 jspb.BinaryDecoder.prototype.readUint32,
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 158 function readUint32(bufferDecoder, start) { function 317 return readPacked(bufferDecoder, start, readUint32); 354 readUint32, property
|
D | reader_test.js | 218 expect(() => reader.readUint32(bufferDecoder, 0)).toThrow(); 225 expect(() => reader.readUint32(pair.bufferDecoder, 0)).toThrow(); 227 const d = reader.readUint32(pair.bufferDecoder, 0);
|
D | kernel.js | 748 indexArray, bytes, reader.readUint32, WireType.VARINT)); 1498 indexArray, bytes, reader.readUint32, reader.readPackedUint32,
|
/third_party/node/lib/ |
D | v8.js | 301 const typeIndex = this.readUint32(); 303 const byteLength = this.readUint32();
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 169 assertThrows(function() {reader.readUint32()}); 322 assertNotUndefined(jspb.BinaryReader.prototype.readUint32); 329 jspb.BinaryReader.prototype.readUint32, 382 assertNotNull(jspb.BinaryReader.prototype.readUint32); 390 jspb.BinaryReader.prototype.readUint32,
|
D | decoder_test.js | 262 jspb.BinaryDecoder.prototype.readUint32,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 169 assertThrows(function() {reader.readUint32()}); 322 assertNotUndefined(jspb.BinaryReader.prototype.readUint32); 329 jspb.BinaryReader.prototype.readUint32, 382 assertNotNull(jspb.BinaryReader.prototype.readUint32); 390 jspb.BinaryReader.prototype.readUint32,
|
D | decoder_test.js | 251 jspb.BinaryDecoder.prototype.readUint32,
|
/third_party/node/test/parallel/ |
D | test-v8-serdes.js | 82 const length = des.readUint32(); 121 const length = des.readUint32();
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 56 GPBWire::readUint32($input, $value); 61 GPBWire::readUint32($input, $value); 66 GPBWire::readUint32($input, $value);
|
/third_party/node/lib/internal/child_process/ |
D | serialization.js | 39 const tag = this.readUint32();
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 442 if (!GPBWire::readUint32($input, $value)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function 268 Header.Version = readUint32(Ctx); in WasmObjectFile()
|
/third_party/node/doc/api/ |
D | v8.md | 483 #### `deserializer.readUint32()`
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 46297 static __attribute__ ((warn_unused_result)) uint32_t readUint32(const void* aPtr) in readUint32() function in mozilla::detail::Endian 46568 using super::readUint32;
|