Home
last modified time | relevance | path

Searched refs:writeUint32 (Results 1 - 16 of 16) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A 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);
H A Ddecoder_test.js252 jspb.BinaryEncoder.prototype.writeUint32,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A 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);
H A Ddecoder_test.js263 jspb.BinaryEncoder.prototype.writeUint32,
/third_party/protobuf/js/binary/
H A Dencoder.js115 this.writeUint32(lowBits);
116 this.writeUint32(highBits);
284 jspb.BinaryEncoder.prototype.writeUint32 = function(value) {
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(jsp
[all...]
H A Dwriter_test.js83 assertFails(function() {writer.writeUint32(1, -1);});
84 assertFails(function() {writer.writeUint32(1, Infinity);});
116 writer.writeUint32(1, 100);
119 writer.writeUint32(4, 200);
H A Dwriter.js330 this.writeUint32(field, /** @type {number} */(value));
527 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) {
640 this.encoder_.writeUint32(value);
1661 this.encoder_.writeUint32(value[i]);
H A Ddecoder_test.js413 jspb.BinaryEncoder.prototype.writeUint32,
/third_party/node/lib/
H A Dv8.js326 this.writeUint32(i);
327 this.writeUint32(abView.byteLength);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A 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()
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js78 ser.writeUint32(buf.length);
119 ser.writeUint32(buf.byteLength);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php310 public static function writeUint32(&$output, $value) function
586 if (!GPBWire::writeUint32($output, $value)) {
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dwriter.js333 writeUint32(fieldNumber, value) {
674 values.forEach(val => this.writeUint32(fieldNumber, val));
H A Dwriter_test.js461 describe('Writer.writeUint32 does', () => {
470 writer.writeUint32(1, pair.intValue);
H A Dkernel.js2022 writer.writeUint32(fieldNumber, value);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 34 milliseconds