/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStreamReader.java | 139 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStreamReader 141 return input.readFixed64(); in readFixed64() 585 plist.addLong(input.readFixed64()); in readFixed64List() 590 plist.addLong(input.readFixed64()); in readFixed64List() 611 target.add(input.readFixed64()); in readFixed64List() 616 target.add(input.readFixed64()); in readFixed64List() 1293 return readFixed64(); in readField()
|
D | UnknownFieldSchema.java | 92 addFixed64(unknownFields, fieldNumber, reader.readFixed64()); in mergeOneFieldFrom()
|
D | Reader.java | 109 long readFixed64() throws IOException; in readFixed64() method
|
D | WireFormat.java | 239 return input.readFixed64(); in readPrimitiveField()
|
D | BinaryReader.java | 191 public long readFixed64() throws IOException { in readFixed64() method in BinaryReader.SafeHeapReader 697 plist.addLong(readFixed64()); in readFixed64List() 726 target.add(readFixed64()); in readFixed64List() 1465 return readFixed64(); in readField()
|
D | CodedInputStream.java | 270 public abstract long readFixed64() throws IOException; in readFixed64() method in CodedInputStream 771 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.ArrayDecoder 1485 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.UnsafeDirectNioDecoder 2237 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.StreamDecoder 3333 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.IterableDirectByteBufferDecoder
|
D | UnknownFieldSetLite.java | 428 storeField(tag, input.readFixed64()); in mergeFieldFrom()
|
D | ExtensionSchemaLite.java | 225 value = reader.readFixed64(); in parseExtension()
|
D | ExtensionSchemaFull.java | 245 value = reader.readFixed64(); in parseExtension()
|
D | UnknownFieldSet.java | 511 getFieldBuilder(number).addFixed64(input.readFixed64()); in mergeFieldFrom()
|
D | MessageSchema.java | 3939 UnsafeUtil.putLong(message, offset(typeAndOffset), reader.readFixed64()); in mergeFromHelper() 4219 message, offset(typeAndOffset), Long.valueOf(reader.readFixed64())); in mergeFromHelper()
|
/third_party/protobuf/objectivec/ |
D | GPBCodedInputStream.h | 141 - (uint64_t)readFixed64;
|
D | GPBCodedInputStream.m | 419 - (uint64_t)readFixed64 { method
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 147 assertThrows(function() {reader.readFixed64()}); 180 assertThrows(function() {reader.readFixed64()}); 486 jspb.BinaryReader.prototype.readFixed64,
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 147 assertThrows(function() {reader.readFixed64()}); 180 assertThrows(function() {reader.readFixed64()}); 486 jspb.BinaryReader.prototype.readFixed64,
|
/third_party/protobuf/js/binary/ |
D | reader_test.js | 147 assertThrows(function() {reader.readFixed64()}); 180 assertThrows(function() {reader.readFixed64()}); 516 jspb.BinaryReader.prototype.readFixed64,
|
D | reader.js | 491 return this.readFixed64(); 781 jspb.BinaryReader.prototype.readFixed64 = function() { method in jspb.BinaryReader
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 213 public static function readFixed64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 396 if (!GPBWire::readFixed64($input, $value)) {
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 156 GPBWire::readFixed64($input, $value);
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 144 XCTAssertEqual((uint64_t)value, [input readFixed64]);
|