Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBCodedInputStream.h72 - (uint64_t)readFixed64;
DGPBCodedInputStream.m391 - (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
672 return readFixed64(); in readPrimitiveField()
/external/protobuf/js/binary/
Dreader_test.js149 assertThrows(function() {reader.readFixed64()});
182 assertThrows(function() {reader.readFixed64()});
437 jspb.BinaryReader.prototype.readFixed64,
Dreader.js491 return this.readFixed64();
767 jspb.BinaryReader.prototype.readFixed64 = function() { method in jspb.BinaryReader
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java229 case FIXED64 : return input.readFixed64 (); in readPrimitiveField()
DUnknownFieldSetLite.java311 storeField(tag, input.readFixed64()); in mergeFieldFrom()
DUnknownFieldSet.java528 getFieldBuilder(number).addFixed64(input.readFixed64()); in mergeFieldFrom()
DCodedInputStream.java342 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream
/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/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java181 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStreamMicro