Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.m419 - (int32_t)readInt32 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder.js825 jspb.BinaryDecoder.prototype.readInt32 = function() { method in jspb.BinaryDecoder
Dreader.js608 jspb.BinaryReader.prototype.readInt32 = function() { method in jspb.BinaryReader
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java168 public int readInt32() throws IOException { in readInt32() method in CodedInputByteBufferNano
/frameworks/base/core/java/android/os/
DHwParcel.java335 public native final int readInt32(); in readInt32() method in HwParcel
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java337 public int readInt32() throws IOException { in readInt32() method in CodedInputStream
/frameworks/native/libs/binder/
DParcel.cpp1889 status_t Parcel::readInt32(int32_t *pArg) const in readInt32() function in android::Parcel
1894 int32_t Parcel::readInt32() const in readInt32() function in android::Parcel