Home
last modified time | relevance | path

Searched refs:readInt64 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js60 function readInt64(bufferDecoder, start) { function
257 return readPacked(bufferDecoder, start, readInt64);
348 readInt64,
H A Dreader_test.js179 describe('readInt64 does', () => {
182 expect(() => reader.readInt64(bufferDecoder, 0)).toThrow();
188 expect(() => reader.readInt64(pair.bufferDecoder, 0)).toThrow();
190 const d = reader.readInt64(pair.bufferDecoder, 0);
H A Dkernel.js659 readOptional(indexArray, bytes, reader.readInt64, WireType.VARINT));
1243 indexArray, bytes, reader.readInt64, reader.readPackedInt64,
/third_party/protobuf/js/binary/
H A Dreader.js485 return this.readInt64();
637 jspb.BinaryReader.prototype.readInt64 = function() {
844 return this.decoder_.readInt64();
1215 return this.readPackedField_(this.decoder_.readInt64);
H A Ddecoder.js756 jspb.BinaryDecoder.prototype.readInt64 = function() {
H A Ddecoder_test.js443 jspb.BinaryDecoder.prototype.readInt64,
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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()
H A DReader.java97 long readInt64() throws IOException; in readInt64() method
H A DUnknownFieldSchema.java86 addVarint(unknownFields, fieldNumber, reader.readInt64()); in mergeOneFieldFrom()
H A 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
H A DWireFormat.java233 return input.readInt64(); in readPrimitiveField()
H A 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()
H A DExtensionSchemaFull.java236 value = reader.readInt64(); in parseExtension()
H A DExtensionSchemaLite.java216 value = reader.readInt64(); in parseExtension()
H A DUnknownFieldSetLite.java422 storeField(tag, input.readInt64()); in mergeFieldFrom()
H A DUnknownFieldSet.java508 getFieldBuilder(number).addVarint(input.readInt64()); in mergeFieldFrom()
/third_party/protobuf/objectivec/
H A DGPBCodedInputStream.h133 - (int64_t)readInt64;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php171 public static function readInt64(&$input, &$value) function
187 return self::readInt64($input, $value);
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php76 GPBWire::readInt64($input, $value);
81 GPBWire::readInt64($input, $value);
86 GPBWire::readInt64($input, $value);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A 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()
H A DGCOV.cpp329 if (!Buff.readInt64(ArcCount)) in readGCDA()
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Ddecoder_test.js282 jspb.BinaryDecoder.prototype.readInt64,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Ddecoder_test.js293 jspb.BinaryDecoder.prototype.readInt64,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DGCOV.h210 bool readInt64(uint64_t &Val) { in readInt64() function in llvm::GCOVBuffer
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapTest.java1434 long ret = input.readInt64(); in readMapLongKey()

Completed in 34 milliseconds

12