Home
last modified time | relevance | path

Searched defs:readSInt32 (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/objectivec/
DGPBCodedInputStream.m491 - (int32_t)readSInt32 { method
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java271 public int readSInt32() throws IOException { in readSInt32() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java278 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java586 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream