Home
last modified time | relevance | path

Searched refs:readUint32 (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/js/binary/
Ddecoder.js665 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 …]
Dreader.js505 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);
Dreader_test.js169 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,
Ddecoder_test.js412 jspb.BinaryDecoder.prototype.readUint32,
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js158 function readUint32(bufferDecoder, start) { function
317 return readPacked(bufferDecoder, start, readUint32);
354 readUint32, property
Dreader_test.js218 expect(() => reader.readUint32(bufferDecoder, 0)).toThrow();
225 expect(() => reader.readUint32(pair.bufferDecoder, 0)).toThrow();
227 const d = reader.readUint32(pair.bufferDecoder, 0);
Dkernel.js748 indexArray, bytes, reader.readUint32, WireType.VARINT));
1498 indexArray, bytes, reader.readUint32, reader.readPackedUint32,
/third_party/node/lib/
Dv8.js301 const typeIndex = this.readUint32();
303 const byteLength = this.readUint32();
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js169 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,
Ddecoder_test.js262 jspb.BinaryDecoder.prototype.readUint32,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js169 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,
Ddecoder_test.js251 jspb.BinaryDecoder.prototype.readUint32,
/third_party/node/test/parallel/
Dtest-v8-serdes.js82 const length = des.readUint32();
121 const length = des.readUint32();
/third_party/protobuf/php/tests/
DPhpImplementationTest.php56 GPBWire::readUint32($input, $value);
61 GPBWire::readUint32($input, $value);
66 GPBWire::readUint32($input, $value);
/third_party/node/lib/internal/child_process/
Dserialization.js39 const tag = this.readUint32();
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php442 if (!GPBWire::readUint32($input, $value)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function
268 Header.Version = readUint32(Ctx); in WasmObjectFile()
/third_party/node/doc/api/
Dv8.md483 #### `deserializer.readUint32()`
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp46297 static __attribute__ ((warn_unused_result)) uint32_t readUint32(const void* aPtr) in readUint32() function in mozilla::detail::Endian
46568 using super::readUint32;