/external/cronet/third_party/protobuf/js/binary/ |
D | decoder.js | 666 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder 686 var bitsLow = this.readUint32(); 687 var bitsHigh = this.readUint32(); 700 var bitsLow = this.readUint32(); 701 var bitsHigh = this.readUint32(); 758 var bitsLow = this.readUint32(); 759 var bitsHigh = this.readUint32(); 772 var bitsLow = this.readUint32(); 773 var bitsHigh = this.readUint32(); 785 var bitsLow = this.readUint32(); [all …]
|
D | reader.js | 515 return this.readUint32(); 676 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader 780 return this.decoder_.readUint32(); 1185 return this.readPackedField_(this.decoder_.readUint32);
|
D | reader_test.js | 185 reader.readUint32() 361 assertNotUndefined(jspb.BinaryReader.prototype.readUint32); 368 jspb.BinaryReader.prototype.readUint32, 422 assertNotNull(jspb.BinaryReader.prototype.readUint32); 430 jspb.BinaryReader.prototype.readUint32, 12, '08 8C 80 80 80 00');
|
/external/flatbuffers/ts/ |
D | byte-buffer.ts | 74 readUint32(offset: number): number { method in ByteBuffer 79 …return BigInt.asIntN(64, BigInt(this.readUint32(offset)) + (BigInt(this.readUint32(offset + 4)) <<… 83 …return BigInt.asUintN(64, BigInt(this.readUint32(offset)) + (BigInt(this.readUint32(offset + 4)) <…
|
/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/flatbuffers/tests/my-game/example/ |
D | ability.js | 13 return this.bb.readUint32(this.bb_pos); 20 return this.bb.readUint32(this.bb_pos + 4);
|
D | ability.ts | 17 return this.bb!.readUint32(this.bb_pos); 26 return this.bb!.readUint32(this.bb_pos + 4);
|
D | type-aliases.js | 82 return offset ? this.bb.readUint32(this.bb_pos + offset) : 0;
|
D | type-aliases.ts | 107 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0;
|
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 156 function readUint32(bufferDecoder, start) { function 315 return readPacked(bufferDecoder, start, readUint32); 352 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);
|
/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/cronet/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,
|
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 184 reader.readUint32() 360 assertNotUndefined(jspb.BinaryReader.prototype.readUint32); 367 jspb.BinaryReader.prototype.readUint32, 421 assertNotNull(jspb.BinaryReader.prototype.readUint32); 429 jspb.BinaryReader.prototype.readUint32, 12, '08 8C 80 80 80 00');
|
D | decoder_test.js | 261 jspb.BinaryDecoder.prototype.readUint32,
|
/external/flatbuffers/tests/optional_scalars/ |
D | scalar-stuff.js | 86 return offset ? this.bb.readUint32(this.bb_pos + offset) : 0; 90 return offset ? this.bb.readUint32(this.bb_pos + offset) : null; 94 return offset ? this.bb.readUint32(this.bb_pos + offset) : 42;
|
D | scalar-stuff.ts | 107 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0; 112 return offset ? this.bb!.readUint32(this.bb_pos + offset) : null; 117 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 42;
|
/external/flatbuffers/tests/optional-scalars/ |
D | scalar-stuff.ts | 107 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0; 112 return offset ? this.bb!.readUint32(this.bb_pos + offset) : null; 117 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 42;
|
/external/protobuf/php/tests/ |
D | PhpImplementationTest.php | 60 GPBWire::readUint32($input, $value); 65 GPBWire::readUint32($input, $value); 70 GPBWire::readUint32($input, $value);
|
/external/cronet/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 60 GPBWire::readUint32($input, $value); 65 GPBWire::readUint32($input, $value); 70 GPBWire::readUint32($input, $value);
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
/external/flatbuffers/tests/ts/ts-flat-files/ |
D | monster_test_generated.ts | 499 return this.bb!.readUint32(this.bb_pos); 503 return this.bb!.readUint32(this.bb_pos + 4); 870 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0; 890 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0; 1661 return offset ? this.bb!.readUint32(this.bb_pos + offset) : 0;
|