Home
last modified time | relevance | path

Searched defs:readUInt64 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.m411 - (uint64_t)readUInt64 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java158 public long readUInt64() throws IOException { in readUInt64() method in CodedInputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java327 public long readUInt64() throws IOException { in readUInt64() method in CodedInputStream