/external/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 769 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.ArrayDecoder 1483 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.UnsafeDirectNioDecoder 2235 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.StreamDecoder 3331 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 | 541 getFieldBuilder(number).addFixed64(input.readFixed64()); in mergeFieldFrom()
|
D | MessageSchema.java | 3931 UnsafeUtil.putLong(message, offset(typeAndOffset), reader.readFixed64()); in mergeFromHelper() 4211 message, offset(typeAndOffset), Long.valueOf(reader.readFixed64())); in mergeFromHelper()
|
/external/protobuf/objectivec/ |
D | GPBCodedInputStream.h | 141 - (uint64_t)readFixed64;
|
D | GPBCodedInputStream.m | 411 - (uint64_t)readFixed64 { method
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedInputByteBufferNano.java | 173 public long readFixed64() throws IOException { in readFixed64() method in CodedInputByteBufferNano 658 return readFixed64(); in readPrimitiveField()
|
/external/protobuf/js/binary/ |
D | reader_test.js | 147 assertThrows(function() {reader.readFixed64()}); 180 assertThrows(function() {reader.readFixed64()}); 486 jspb.BinaryReader.prototype.readFixed64,
|
D | reader.js | 490 return this.readFixed64(); 780 jspb.BinaryReader.prototype.readFixed64 = function() { method in jspb.BinaryReader
|
/external/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,
|
/external/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,
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/ |
D | Uint128.java | 60 high_ = input.readFixed64(); in Uint128() 65 low_ = input.readFixed64(); in Uint128()
|
/external/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 | 350 if (!GPBWire::readFixed64($input, $value)) {
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedInputStreamMicro.java | 181 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStreamMicro
|
/external/protobuf/php/tests/ |
D | php_implementation_test.php | 156 GPBWire::readFixed64($input, $value);
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 144 XCTAssertEqual((uint64_t)value, [input readFixed64]);
|