/external/protobuf/js/binary/ |
D | decoder.js | 783 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 …]
|
D | reader.js | 504 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);
|
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 | 292 jspb.BinaryDecoder.prototype.readUint32,
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 87 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/ |
D | union_definition.tmpl | 166 var size = decoder.readUint32(); 168 decoder.readUint32(); 174 var tag = decoder.readUint32();
|
D | struct_definition.tmpl | 132 var numberOfBytes = decoder.readUint32(); 133 var version = decoder.readUint32();
|
/external/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 | 251 jspb.BinaryDecoder.prototype.readUint32,
|
/external/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,
|
/external/protobuf/php/tests/ |
D | php_implementation_test.php | 56 GPBWire::readUint32($input, $value); 61 GPBWire::readUint32($input, $value); 66 GPBWire::readUint32($input, $value);
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 949 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/ |
D | GPBWire.php | 180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 396 if (!GPBWire::readUint32($input, $value)) {
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 549 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;
|
D | monster_test_generated.js | 676 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/ |
D | WasmObjectFile.cpp | 77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function 268 Header.Version = readUint32(Ctx); in WasmObjectFile()
|
/external/llvm-project/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 78 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function 281 Header.Version = readUint32(Ctx); in WasmObjectFile()
|