Home
last modified time | relevance | path

Searched refs:readFixed64 (Results 1 – 25 of 29) sorted by relevance

12

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java139 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()
DUnknownFieldSchema.java92 addFixed64(unknownFields, fieldNumber, reader.readFixed64()); in mergeOneFieldFrom()
DReader.java109 long readFixed64() throws IOException; in readFixed64() method
DWireFormat.java239 return input.readFixed64(); in readPrimitiveField()
DBinaryReader.java191 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()
DCodedInputStream.java270 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
DUnknownFieldSetLite.java428 storeField(tag, input.readFixed64()); in mergeFieldFrom()
DExtensionSchemaLite.java225 value = reader.readFixed64(); in parseExtension()
DExtensionSchemaFull.java245 value = reader.readFixed64(); in parseExtension()
DUnknownFieldSet.java541 getFieldBuilder(number).addFixed64(input.readFixed64()); in mergeFieldFrom()
DMessageSchema.java3931 UnsafeUtil.putLong(message, offset(typeAndOffset), reader.readFixed64()); in mergeFromHelper()
4211 message, offset(typeAndOffset), Long.valueOf(reader.readFixed64())); in mergeFromHelper()
/external/protobuf/objectivec/
DGPBCodedInputStream.h141 - (uint64_t)readFixed64;
DGPBCodedInputStream.m411 - (uint64_t)readFixed64 { method
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java173 public long readFixed64() throws IOException { in readFixed64() method in CodedInputByteBufferNano
658 return readFixed64(); in readPrimitiveField()
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js147 assertThrows(function() {reader.readFixed64()});
180 assertThrows(function() {reader.readFixed64()});
486 jspb.BinaryReader.prototype.readFixed64,
/external/protobuf/js/binary/
Dreader_test.js147 assertThrows(function() {reader.readFixed64()});
180 assertThrows(function() {reader.readFixed64()});
486 jspb.BinaryReader.prototype.readFixed64,
Dreader.js490 return this.readFixed64();
780 jspb.BinaryReader.prototype.readFixed64 = function() { method in jspb.BinaryReader
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js147 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/
DUint128.java60 high_ = input.readFixed64(); in Uint128()
65 low_ = input.readFixed64(); in Uint128()
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php213 public static function readFixed64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php350 if (!GPBWire::readFixed64($input, $value)) {
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java181 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStreamMicro
/external/protobuf/php/tests/
Dphp_implementation_test.php156 GPBWire::readFixed64($input, $value);
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m144 XCTAssertEqual((uint64_t)value, [input readFixed64]);
/external/kotlinx.metadata/
Dkotlinx-metadata-jvm-0.1.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/metadata/ kotlinx/ ...

12