Home
last modified time | relevance | path

Searched refs:readInt64 (Results 1 – 25 of 34) 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/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()
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
DReader.java97 long readInt64() throws IOException; in readInt64() method
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()
DUnknownFieldSetLite.java422 storeField(tag, input.readInt64()); in mergeFieldFrom()
DExtensionSchemaLite.java216 value = reader.readInt64(); in parseExtension()
DExtensionSchemaFull.java236 value = reader.readInt64(); in parseExtension()
/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);
Dreader_test.js167 assertThrows(function() {reader.readInt64()});
344 jspb.BinaryReader.prototype.readInt64,
Ddecoder.js756 jspb.BinaryDecoder.prototype.readInt64 = function() { method in jspb.BinaryDecoder
Ddecoder_test.js443 jspb.BinaryDecoder.prototype.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/protobuf/objectivec/
DGPBCodedInputStream.h133 - (int64_t)readInt64;
/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/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/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,
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h210 bool readInt64(uint64_t &Val) { in readInt64() function

12