/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | writer_test.js | 81 assertFails(function() {writer.writeUint32(1, -1);}); 82 assertFails(function() {writer.writeUint32(1, Infinity);}); 114 writer.writeUint32(1, 100); 117 writer.writeUint32(4, 200);
|
D | decoder_test.js | 263 jspb.BinaryEncoder.prototype.writeUint32,
|
D | reader_test.js | 323 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint32); 330 jspb.BinaryWriter.prototype.writeUint32,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | writer_test.js | 81 assertFails(function() {writer.writeUint32(1, -1);}); 82 assertFails(function() {writer.writeUint32(1, Infinity);}); 114 writer.writeUint32(1, 100); 117 writer.writeUint32(4, 200);
|
D | decoder_test.js | 252 jspb.BinaryEncoder.prototype.writeUint32,
|
D | reader_test.js | 323 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint32); 330 jspb.BinaryWriter.prototype.writeUint32,
|
/third_party/protobuf/js/binary/ |
D | encoder.js | 115 this.writeUint32(lowBits); 116 this.writeUint32(highBits); 284 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder 305 this.writeUint32(jspb.utils.split64Low); 306 this.writeUint32(jspb.utils.split64High); 390 this.writeUint32(jspb.utils.split64Low); 405 this.writeUint32(jspb.utils.split64Low); 406 this.writeUint32(jspb.utils.split64High); 462 this.writeUint32(jspb.utils.split64Low); 463 this.writeUint32(jspb.utils.split64High);
|
D | writer_test.js | 83 assertFails(function() {writer.writeUint32(1, -1);}); 84 assertFails(function() {writer.writeUint32(1, Infinity);}); 116 writer.writeUint32(1, 100); 119 writer.writeUint32(4, 200);
|
D | writer.js | 330 this.writeUint32(field, /** @type {number} */(value)); 527 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter 640 this.encoder_.writeUint32(value); 1661 this.encoder_.writeUint32(value[i]);
|
D | reader_test.js | 323 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint32); 330 jspb.BinaryWriter.prototype.writeUint32,
|
D | decoder_test.js | 413 jspb.BinaryEncoder.prototype.writeUint32,
|
/third_party/flatbuffers/tests/my-game/example/ |
D | ability.js | 16 this.bb.writeUint32(this.bb_pos + 0, value); 23 this.bb.writeUint32(this.bb_pos + 4, value);
|
D | ability.ts | 21 this.bb!.writeUint32(this.bb_pos + 0, value); 30 this.bb!.writeUint32(this.bb_pos + 4, value);
|
D | type-aliases.js | 89 this.bb.writeUint32(this.bb_pos + offset, value);
|
D | type-aliases.ts | 117 this.bb!.writeUint32(this.bb_pos + offset, value);
|
D | monster.js | 182 this.bb.writeUint32(this.bb_pos + offset, value); 230 this.bb.writeUint32(this.bb_pos + offset, value);
|
D | monster.ts | 235 this.bb!.writeUint32(this.bb_pos + offset, value); 299 this.bb!.writeUint32(this.bb_pos + offset, value);
|
/third_party/flatbuffers/ts/ |
D | byte-buffer.ts | 122 writeUint32(offset: number, value: number): void { method in ByteBuffer 135 this.writeUint32(offset, value.low); 136 this.writeUint32(offset + 4, value.high);
|
/third_party/node/lib/internal/child_process/ |
D | serialization.js | 29 this.writeUint32(kArrayBufferViewTag); 32 this.writeUint32(kNotArrayBufferViewTag);
|
/third_party/node/lib/ |
D | v8.js | 286 this.writeUint32(i); 287 this.writeUint32(abView.byteLength);
|
/third_party/node/test/parallel/ |
D | test-v8-serdes.js | 70 ser.writeUint32(buf.length); 111 ser.writeUint32(buf.byteLength);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 97 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function 141 writeUint32(OS, InitExpr.Value.Float32); in writeInitExpr() 361 writeUint32(OS, Import.EventImport.Attribute); in writeSectionContent() 362 writeUint32(OS, Import.EventImport.SigIndex); in writeSectionContent() 547 writeUint32(OS, Obj.Header.Version); in writeWasm()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 310 public static function writeUint32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire 586 if (!GPBWire::writeUint32($output, $value)) {
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | writer.js | 333 writeUint32(fieldNumber, value) { method in Writer 674 values.forEach(val => this.writeUint32(fieldNumber, val));
|
D | writer_test.js | 470 writer.writeUint32(1, pair.intValue);
|