Home
last modified time | relevance | path

Searched refs:readUint32 (Results 1 - 15 of 15) sorted by relevance

/third_party/protobuf/js/binary/
H A Ddecoder.js665 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 Dreader.js505 return this.readUint32();
666 jspb.BinaryReader.prototype.readUint32 = function() {
770 return this.decoder_.readUint32();
1175 return this.readPackedField_(this.decoder_.readUint32);
H A Ddecoder_test.js412 jspb.BinaryDecoder.prototype.readUint32,
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js158 function readUint32(bufferDecoder, start) { function
317 return readPacked(bufferDecoder, start, readUint32);
354 readUint32,
H A Dreader_test.js215 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 Dkernel.js748 indexArray, bytes, reader.readUint32, WireType.VARINT));
1498 indexArray, bytes, reader.readUint32, reader.readPackedUint32,
/third_party/node/lib/
H A Dv8.js341 const typeIndex = this.readUint32();
343 const byteLength = this.readUint32();
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js90 const length = des.readUint32();
129 const length = des.readUint32();
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php56 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 Ddecoder_test.js251 jspb.BinaryDecoder.prototype.readUint32,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Ddecoder_test.js262 jspb.BinaryDecoder.prototype.readUint32,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php180 public static function readUint32(&$input, &$value) function
H A DMessage.php442 if (!GPBWire::readUint32($input, $value)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp77 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 Dstylo.hpp[all...]

Completed in 38 milliseconds