/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 265 Encoder.prototype.writeUint32 = function(val) { method in Encoder 315 this.writeUint32(this.handles.length - 1); 317 this.writeUint32(kEncodedInvalidHandleValue); 324 this.writeUint32(this.associatedEndpointHandles.length - 1); 326 this.writeUint32(kEncodedInvalidHandleValue); 335 this.writeUint32(numberOfBytes); 336 this.writeUint32(numberOfElements); 347 this.writeUint32(encodedSize); 348 this.writeUint32(numberOfElements); 420 this.writeUint32(kStructHeaderSize + kMapStructPayloadSize); [all …]
|
/external/protobuf/js/binary/ |
D | encoder.js | 240 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder 261 this.writeUint32(jspb.utils.split64Low); 262 this.writeUint32(jspb.utils.split64High); 317 this.writeUint32(jspb.utils.split64Low); 318 this.writeUint32(jspb.utils.split64High); 331 this.writeUint32(jspb.utils.split64Low); 344 this.writeUint32(jspb.utils.split64Low); 345 this.writeUint32(jspb.utils.split64High); 399 this.writeUint32(jspb.utils.split64Low); 400 this.writeUint32(jspb.utils.split64High);
|
D | writer_test.js | 82 assertFails(function() {writer.writeUint32(1, -1);}); 83 assertFails(function() {writer.writeUint32(1, Infinity);}); 115 writer.writeUint32(1, 100); 118 writer.writeUint32(4, 200);
|
D | writer.js | 329 this.writeUint32(field, /** @type {number} */(value)); 499 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter 588 this.encoder_.writeUint32(value); 1422 this.encoder_.writeUint32(value[i]);
|
D | decoder_test.js | 270 jspb.BinaryEncoder.prototype.writeUint32,
|
D | reader_test.js | 325 assertNotNull(jspb.BinaryReader.prototype.writeUint32); 332 jspb.BinaryWriter.prototype.writeUint32,
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | frame.go | 394 func (f *Framer) writeUint32(v uint32) { func 775 f.writeUint32(s.Val) 857 f.writeUint32(maxStreamID & (1<<31 - 1)) 858 f.writeUint32(uint32(code)) 924 f.writeUint32(incr) 1057 f.writeUint32(v) 1128 f.writeUint32(v) 1159 f.writeUint32(uint32(code)) 1303 f.writeUint32(p.PromiseID)
|
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
D | struct_definition.tmpl | 155 encoder.writeUint32({{struct.name}}.encodedSize); 156 encoder.writeUint32({{struct.versions[-1].version}});
|
D | union_definition.tmpl | 147 encoder.writeUint32(16); 148 encoder.writeUint32(val.$tag);
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 1017 flatbuffers.ByteBuffer.prototype.writeUint32 = function(offset, value) { method in flatbuffers.ByteBuffer 1038 this.writeUint32(offset, value.low); 1039 this.writeUint32(offset + 4, value.high);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 61 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function 99 writeUint32(OS, InitExpr.Value.Float32); in writeInitExpr() 475 writeUint32(OS, Obj.Header.Version); in writeWasm()
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 511 this.bb!.writeUint32(this.bb_pos + offset, value); 533 this.bb!.writeUint32(this.bb_pos + offset, value); 1119 this.bb!.writeUint32(this.bb_pos + offset, value); 1211 this.bb!.writeUint32(this.bb_pos + offset, value); 2687 this.bb!.writeUint32(this.bb_pos + offset, value);
|
D | monster_test_generated.js | 579 this.bb.writeUint32(this.bb_pos + offset, value); 601 this.bb.writeUint32(this.bb_pos + offset, value); 1210 this.bb.writeUint32(this.bb_pos + offset, value); 1302 this.bb.writeUint32(this.bb_pos + offset, value); 2833 this.bb.writeUint32(this.bb_pos + offset, value);
|