Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.h115 - (int32_t)readSInt32;
DGPBCodedInputStream.m515 - (int32_t)readSInt32 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java271 public int readSInt32() throws IOException { in readSInt32() method in CodedInputByteBufferNano
676 return readSInt32(); in readPrimitiveField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java236 case SINT32 : return input.readSInt32 (); in readPrimitiveField()
DCodedInputStream.java586 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream