Home
last modified time | relevance | path

Searched refs:readSInt64 (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.h117 - (int64_t)readSInt64;
DGPBCodedInputStream.m519 - (int64_t)readSInt64 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java276 public long readSInt64() throws IOException { in readSInt64() method in CodedInputByteBufferNano
678 return readSInt64(); in readPrimitiveField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java237 case SINT64 : return input.readSInt64 (); in readPrimitiveField()
DCodedInputStream.java591 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream