/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 60 function readInt64(bufferDecoder, start) { function 257 return readPacked(bufferDecoder, start, readInt64); 348 readInt64, property
|
D | reader_test.js | 182 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/ |
D | CodedInputStreamReader.java | 127 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()
|
D | UnknownFieldSchema.java | 86 addVarint(unknownFields, fieldNumber, reader.readInt64()); in mergeOneFieldFrom()
|
D | CodedInputStream.java | 264 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
|
D | Reader.java | 97 long readInt64() throws IOException; in readInt64() method
|
D | WireFormat.java | 233 return input.readInt64(); in readPrimitiveField()
|
D | BinaryReader.java | 179 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()
|
D | UnknownFieldSetLite.java | 422 storeField(tag, input.readInt64()); in mergeFieldFrom()
|
D | ExtensionSchemaLite.java | 216 value = reader.readInt64(); in parseExtension()
|
D | ExtensionSchemaFull.java | 236 value = reader.readInt64(); in parseExtension()
|
/third_party/protobuf/js/binary/ |
D | reader.js | 485 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);
|
D | reader_test.js | 167 assertThrows(function() {reader.readInt64()}); 344 jspb.BinaryReader.prototype.readInt64,
|
D | decoder.js | 756 jspb.BinaryDecoder.prototype.readInt64 = function() { method in jspb.BinaryDecoder
|
D | decoder_test.js | 443 jspb.BinaryDecoder.prototype.readInt64,
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 106 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/ |
D | GPBCodedInputStream.h | 133 - (int64_t)readInt64;
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 76 GPBWire::readInt64($input, $value); 81 GPBWire::readInt64($input, $value); 86 GPBWire::readInt64($input, $value);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 171 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/ |
D | SampleProfReader.cpp | 983 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/ |
D | decoder_test.js | 293 jspb.BinaryDecoder.prototype.readInt64,
|
D | reader_test.js | 167 assertThrows(function() {reader.readInt64()}); 344 jspb.BinaryReader.prototype.readInt64,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | decoder_test.js | 282 jspb.BinaryDecoder.prototype.readInt64,
|
D | reader_test.js | 167 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/ |
D | GCOV.h | 210 bool readInt64(uint64_t &Val) { in readInt64() function
|