Home
last modified time | relevance | path

Searched refs:writeUint32 (Results 1 – 13 of 13) 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/binary/
Dencoder.js240 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);
Dwriter_test.js82 assertFails(function() {writer.writeUint32(1, -1);});
83 assertFails(function() {writer.writeUint32(1, Infinity);});
115 writer.writeUint32(1, 100);
118 writer.writeUint32(4, 200);
Dwriter.js329 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]);
Ddecoder_test.js270 jspb.BinaryEncoder.prototype.writeUint32,
Dreader_test.js325 assertNotNull(jspb.BinaryReader.prototype.writeUint32);
332 jspb.BinaryWriter.prototype.writeUint32,
/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go394 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/
Dstruct_definition.tmpl155 encoder.writeUint32({{struct.name}}.encodedSize);
156 encoder.writeUint32({{struct.versions[-1].version}});
Dunion_definition.tmpl147 encoder.writeUint32(16);
148 encoder.writeUint32(val.$tag);
/external/flatbuffers/js/
Dflatbuffers.js1017 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/
Dyaml2wasm.cpp61 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/
Dmonster_test_generated.ts511 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);
Dmonster_test_generated.js579 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);