Home
last modified time | relevance | path

Searched refs:readInt64 (Results 1 – 25 of 44) sorted by relevance

12

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js60 function readInt64(bufferDecoder, start) { function
257 return readPacked(bufferDecoder, start, readInt64);
348 readInt64, property
Dreader_test.js182 expect(() => reader.readInt64(bufferDecoder, 0)).toThrow();
188 expect(() => reader.readInt64(pair.bufferDecoder, 0)).toThrow();
190 const d = reader.readInt64(pair.bufferDecoder, 0);
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dopenssh-cert.js99 cert.serial = sshbuf.readInt64();
122 cert.validFrom = int64ToDate(sshbuf.readInt64());
123 cert.validUntil = int64ToDate(sshbuf.readInt64());
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java127 public long readInt64() throws IOException { in readInt64() method in CodedInputStreamReader
129 return input.readInt64(); in readInt64()
468 plist.addLong(input.readInt64()); in readInt64List()
474 plist.addLong(input.readInt64()); in readInt64List()
494 target.add(input.readInt64()); in readInt64List()
500 target.add(input.readInt64()); in readInt64List()
1299 return readInt64(); in readField()
DUnknownFieldSchema.java86 addVarint(unknownFields, fieldNumber, reader.readInt64()); in mergeOneFieldFrom()
DReader.java97 long readInt64() throws IOException; in readInt64() method
DCodedInputStream.java264 public abstract long readInt64() throws IOException; in readInt64() method in CodedInputStream
676 long value = readInt64(); in skipField()
761 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.ArrayDecoder
1390 long value = readInt64(); in skipField()
1475 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.UnsafeDirectNioDecoder
2117 long value = readInt64(); in skipField()
2227 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.StreamDecoder
3239 long value = readInt64(); in skipField()
3323 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
DWireFormat.java233 return input.readInt64(); in readPrimitiveField()
DBinaryReader.java179 public long readInt64() throws IOException { in readInt64() method in BinaryReader.SafeHeapReader
569 plist.addLong(readInt64()); in readInt64List()
598 target.add(readInt64()); in readInt64List()
1471 return readInt64(); in readField()
/third_party/protobuf/objectivec/
DGPBCodedInputStream.h133 - (int64_t)readInt64;
/third_party/protobuf/js/binary/
Dreader.js485 return this.readInt64();
637 jspb.BinaryReader.prototype.readInt64 = function() { method in jspb.BinaryReader
844 return this.decoder_.readInt64();
1215 return this.readPackedField_(this.decoder_.readInt64);
/third_party/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m106 XCTAssertEqual(value, [input readInt64]);
169 XCTAssertThrows([input readInt64]);
242 XCTAssertEqual(value64, [input64 readInt64]);
254 XCTAssertEqual(value64, [input64 readInt64]);
266 XCTAssertEqual(value64, [input64 readInt64]);
/third_party/flatbuffers/tests/optional_scalars/
Dscalar-stuff.js98 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0);
102 return offset ? this.bb.readInt64(this.bb_pos + offset) : null;
106 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(42, 0);
Dscalar-stuff.ts122 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
127 return offset ? this.bb!.readInt64(this.bb_pos + offset) : null;
132 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(42, 0);
/third_party/protobuf/php/tests/
DPhpImplementationTest.php76 GPBWire::readInt64($input, $value);
81 GPBWire::readInt64($input, $value);
86 GPBWire::readInt64($input, $value);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php171 public static function readInt64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
187 return self::readInt64($input, $value);
/third_party/flatbuffers/tests/my-game/example/
Dstat.js26 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0);
Dstat.ts34 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp983 if (GcovBuffer.readInt64(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
1073 if (!GcovBuffer.readInt64(HeadCount)) in readOneFunctionProfile()
1124 if (!GcovBuffer.readInt64(Count)) in readOneFunctionProfile()
1158 if (!GcovBuffer.readInt64(TargetIdx)) in readOneFunctionProfile()
1163 if (!GcovBuffer.readInt64(TargetCount)) in readOneFunctionProfile()
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js77 SSHBuffer.prototype.readInt64 = function () { method in SSHBuffer
/third_party/flatbuffers/ts/
Dbyte-buffer.ts78 readInt64(offset: number): Long { method in ByteBuffer
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js282 jspb.BinaryDecoder.prototype.readInt64,
Dreader_test.js167 assertThrows(function() {reader.readInt64()});
344 jspb.BinaryReader.prototype.readInt64,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js293 jspb.BinaryDecoder.prototype.readInt64,
Dreader_test.js167 assertThrows(function() {reader.readInt64()});
344 jspb.BinaryReader.prototype.readInt64,

12