Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Ddecoder.js783 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder
803 var bitsLow = this.readUint32();
804 var bitsHigh = this.readUint32();
817 var bitsLow = this.readUint32();
818 var bitsHigh = this.readUint32();
875 var bitsLow = this.readUint32();
876 var bitsHigh = this.readUint32();
889 var bitsLow = this.readUint32();
890 var bitsHigh = this.readUint32();
902 var bitsLow = this.readUint32();
[all …]
Dreader.js504 return this.readUint32();
665 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader
769 return this.decoder_.readUint32();
1107 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.js292 jspb.BinaryDecoder.prototype.readUint32,
/external/libchrome/mojo/public/js/lib/
Dcodec.js87 Decoder.prototype.readUint32 = function() { method in Decoder
133 return this.handles[this.readUint32()] || null;
137 return this.associatedEndpointHandles[this.readUint32()] || null;
141 var numberOfBytes = this.readUint32();
142 var numberOfElements = this.readUint32();
150 var numberOfBytes = this.readUint32();
151 var numberOfElements = this.readUint32();
692 var messageHeaderSize = this.decoder.readUint32();
694 var version = this.decoder.readUint32();
695 var interface_id = this.decoder.readUint32();
[all …]
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dunion_definition.tmpl166 var size = decoder.readUint32();
168 decoder.readUint32();
174 var tag = decoder.readUint32();
Dstruct_definition.tmpl132 var numberOfBytes = decoder.readUint32();
133 var version = decoder.readUint32();
/external/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.js251 jspb.BinaryDecoder.prototype.readUint32,
/external/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,
/external/protobuf/php/tests/
Dphp_implementation_test.php56 GPBWire::readUint32($input, $value);
61 GPBWire::readUint32($input, $value);
66 GPBWire::readUint32($input, $value);
/external/flatbuffers/js/
Dflatbuffers.js949 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { method in flatbuffers.ByteBuffer
966 return new flatbuffers.Long(this.readUint32(offset), this.readUint32(offset + 4));
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php396 if (!GPBWire::readUint32($input, $value)) {
/external/flatbuffers/tests/
Dmonster_test_generated.ts549 return this.bb!.readUint32(this.bb_pos);
571 return this.bb!.readUint32(this.bb_pos + 4);
1172 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0;
1264 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0;
2760 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0;
Dmonster_test_generated.js676 return this.bb.readUint32(this.bb_pos);
698 return this.bb.readUint32(this.bb_pos + 4);
1322 return offset ? this.bb.readUint32(this.bb_pos + offset) : 0;
1414 return offset ? this.bb.readUint32(this.bb_pos + offset) : 0;
2966 return offset ? this.bb.readUint32(this.bb_pos + offset) : 0;
/external/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()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp78 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function
281 Header.Version = readUint32(Ctx); in WasmObjectFile()