Home
last modified time | relevance | path

Searched defs:readInt64 (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.m415 - (int64_t)readInt64 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder.js844 jspb.BinaryDecoder.prototype.readInt64 = function() { method in jspb.BinaryDecoder
Dreader.js637 jspb.BinaryReader.prototype.readInt64 = function() { method in jspb.BinaryReader
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java163 public long readInt64() throws IOException { in readInt64() method in CodedInputByteBufferNano
/frameworks/base/core/java/android/os/
DHwParcel.java341 public native final long readInt64(); in readInt64() method in HwParcel
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java332 public long readInt64() throws IOException { in readInt64() method in CodedInputStream
/frameworks/native/libs/binder/
DParcel.cpp1909 status_t Parcel::readInt64(int64_t *pArg) const in readInt64() function in android::Parcel
1915 int64_t Parcel::readInt64() const in readInt64() function in android::Parcel