Home
last modified time | relevance | path

Searched refs:readUint64 (Results 1 – 22 of 22) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js171 assertThrows(function() {reader.readUint64()});
324 assertNotUndefined(jspb.BinaryReader.prototype.readUint64);
334 jspb.BinaryReader.prototype.readUint64,
383 assertNotNull(jspb.BinaryReader.prototype.readUint64);
401 jspb.BinaryReader.prototype.readUint64,
Ddecoder_test.js221 assertThrows(function() {decoder.readUint64()});
256 jspb.BinaryDecoder.prototype.readUint64,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js171 assertThrows(function() {reader.readUint64()});
324 assertNotUndefined(jspb.BinaryReader.prototype.readUint64);
334 jspb.BinaryReader.prototype.readUint64,
383 assertNotNull(jspb.BinaryReader.prototype.readUint64);
401 jspb.BinaryReader.prototype.readUint64,
Ddecoder_test.js232 assertThrows(function() {decoder.readUint64()});
267 jspb.BinaryDecoder.prototype.readUint64,
/third_party/protobuf/js/binary/
Dreader.js487 return this.readUint64();
695 jspb.BinaryReader.prototype.readUint64 = function() { method in jspb.BinaryReader
784 return this.decoder_.readUint64();
1185 return this.readPackedField_(this.decoder_.readUint64);
Dreader_test.js171 assertThrows(function() {reader.readUint64()});
324 assertNotUndefined(jspb.BinaryReader.prototype.readUint64);
334 jspb.BinaryReader.prototype.readUint64,
383 assertNotNull(jspb.BinaryReader.prototype.readUint64);
401 jspb.BinaryReader.prototype.readUint64,
Ddecoder_test.js382 assertThrows(function() {decoder.readUint64()});
417 jspb.BinaryDecoder.prototype.readUint64,
Ddecoder.js684 jspb.BinaryDecoder.prototype.readUint64 = function() { method in jspb.BinaryDecoder
/third_party/flatbuffers/tests/optional_scalars/
Dscalar-stuff.js110 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
114 return offset ? this.bb.readUint64(this.bb_pos + offset) : null;
118 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(42, 0);
Dscalar-stuff.ts137 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
142 return offset ? this.bb!.readUint64(this.bb_pos + offset) : null;
147 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(42, 0);
/third_party/flatbuffers/tests/my-game/example/
Dreferrable.js22 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
Dmonster.js199 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
247 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
375 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
387 …return offset ? this.bb.readUint64(this.bb.__vector(this.bb_pos + offset) + index * 8) : this.bb.c…
403 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
415 …return offset ? this.bb.readUint64(this.bb.__vector(this.bb_pos + offset) + index * 8) : this.bb.c…
423 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
435 …return offset ? this.bb.readUint64(this.bb.__vector(this.bb_pos + offset) + index * 8) : this.bb.c…
Dreferrable.ts27 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
Dmonster.ts257 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
321 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
487 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
503 …return offset ? this.bb!.readUint64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : this.bb…
523 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
539 …return offset ? this.bb!.readUint64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : this.bb…
549 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
565 …return offset ? this.bb!.readUint64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : this.bb…
Dtype-aliases.js106 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0);
Dtype-aliases.ts139 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
/third_party/protobuf/php/tests/
DPhpImplementationTest.php96 GPBWire::readUint64($input, $value);
101 GPBWire::readUint64($input, $value);
106 GPBWire::readUint64($input, $value);
/third_party/flatbuffers/ts/
Dbyte-buffer.ts82 readUint64(offset: number): Long { method in ByteBuffer
/third_party/node/test/parallel/
Dtest-v8-serdes.js87 assert.deepStrictEqual(des.readUint64(), [1, 2]);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php185 public static function readUint64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php384 if (!GPBWire::readUint64($input, $value)) {
/third_party/node/doc/api/
Dv8.md490 #### `deserializer.readUint64()`