Home
last modified time | relevance | path

Searched defs:readFixed64 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/objectivec/
DGPBCodedInputStream.m391 - (uint64_t)readFixed64 { method
/external/protobuf/js/binary/
Dreader.js767 jspb.BinaryReader.prototype.readFixed64 = function() { method in jspb.BinaryReader
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java173 public long readFixed64() throws IOException { in readFixed64() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java181 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java342 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream