Home
last modified time | relevance | path

Searched refs:writeUint32 (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/mojo/public/js/lib/
Dcodec.js265 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/compatibility_tests/v3.1.0/binary/
Dwriter_test.js81 assertFails(function() {writer.writeUint32(1, -1);});
82 assertFails(function() {writer.writeUint32(1, Infinity);});
114 writer.writeUint32(1, 100);
117 writer.writeUint32(4, 200);
Ddecoder_test.js252 jspb.BinaryEncoder.prototype.writeUint32,
Dreader_test.js323 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint32);
330 jspb.BinaryWriter.prototype.writeUint32,
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dwriter_test.js81 assertFails(function() {writer.writeUint32(1, -1);});
82 assertFails(function() {writer.writeUint32(1, Infinity);});
114 writer.writeUint32(1, 100);
117 writer.writeUint32(4, 200);
Ddecoder_test.js252 jspb.BinaryEncoder.prototype.writeUint32,
Dreader_test.js323 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint32);
330 jspb.BinaryWriter.prototype.writeUint32,
/external/protobuf/js/binary/
Dwriter_test.js80 assertFails(function() {writer.writeUint32(1, -1);});
81 assertFails(function() {writer.writeUint32(1, Infinity);});
113 writer.writeUint32(1, 100);
116 writer.writeUint32(4, 200);
Dencoder.js115 this.writeUint32(lowBits);
116 this.writeUint32(highBits);
270 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder
291 this.writeUint32(jspb.utils.split64Low);
292 this.writeUint32(jspb.utils.split64High);
374 this.writeUint32(jspb.utils.split64Low);
387 this.writeUint32(jspb.utils.split64Low);
388 this.writeUint32(jspb.utils.split64High);
444 this.writeUint32(jspb.utils.split64Low);
445 this.writeUint32(jspb.utils.split64High);
Dwriter.js331 this.writeUint32(field, /** @type {number} */(value));
515 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter
618 this.encoder_.writeUint32(value);
1455 this.encoder_.writeUint32(value[i]);
Ddecoder_test.js293 jspb.BinaryEncoder.prototype.writeUint32,
Dreader_test.js323 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint32);
330 jspb.BinaryWriter.prototype.writeUint32,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp97 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()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp98 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function
142 writeUint32(OS, InitExpr.Value.Float32); in writeInitExpr()
376 writeUint32(OS, Import.EventImport.Attribute); in writeSectionContent()
377 writeUint32(OS, Import.EventImport.SigIndex); in writeSectionContent()
573 writeUint32(OS, Obj.Header.Version); in writeWasm()
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dunion_definition.tmpl147 encoder.writeUint32(16);
148 encoder.writeUint32(val.$tag);
Dstruct_definition.tmpl155 encoder.writeUint32({{struct.name}}.encodedSize);
156 encoder.writeUint32({{struct.versions[-1].version}});
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php310 public static function writeUint32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
586 if (!GPBWire::writeUint32($output, $value)) {
/external/flatbuffers/js/
Dflatbuffers.js1037 flatbuffers.ByteBuffer.prototype.writeUint32 = function(offset, value) { method in flatbuffers.ByteBuffer
1058 this.writeUint32(offset, value.low);
1059 this.writeUint32(offset + 4, value.high);
/external/flatbuffers/tests/
Dmonster_test_generated.ts563 this.bb!.writeUint32(this.bb_pos + offset, value);
585 this.bb!.writeUint32(this.bb_pos + offset, value);
1186 this.bb!.writeUint32(this.bb_pos + offset, value);
1278 this.bb!.writeUint32(this.bb_pos + offset, value);
2774 this.bb!.writeUint32(this.bb_pos + offset, value);
Dmonster_test_generated.js690 this.bb.writeUint32(this.bb_pos + offset, value);
712 this.bb.writeUint32(this.bb_pos + offset, value);
1336 this.bb.writeUint32(this.bb_pos + offset, value);
1428 this.bb.writeUint32(this.bb_pos + offset, value);
2980 this.bb.writeUint32(this.bb_pos + offset, value);