Home
last modified time | relevance | path

Searched refs:readUint64 (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/js/binary/
H A Dreader.js487 return this.readUint64();
695 jspb.BinaryReader.prototype.readUint64 = function() {
784 return this.decoder_.readUint64();
1185 return this.readPackedField_(this.decoder_.readUint64);
H A Ddecoder_test.js382 assertThrows(function() {decoder.readUint64()});
417 jspb.BinaryDecoder.prototype.readUint64,
H A Ddecoder.js684 jspb.BinaryDecoder.prototype.readUint64 = function() {
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Ddecoder_test.js221 assertThrows(function() {decoder.readUint64()});
256 jspb.BinaryDecoder.prototype.readUint64,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Ddecoder_test.js232 assertThrows(function() {decoder.readUint64()});
267 jspb.BinaryDecoder.prototype.readUint64,
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php96 GPBWire::readUint64($input, $value);
101 GPBWire::readUint64($input, $value);
106 GPBWire::readUint64($input, $value);
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js95 assert.deepStrictEqual(des.readUint64(), [1, 2]);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php185 public static function readUint64(&$input, &$value) function
H A DMessage.php384 if (!GPBWire::readUint64($input, $value)) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 33 milliseconds