Home
last modified time | relevance | path

Searched refs:readSFixed32 (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/objectivec/
DGPBCodedInputStream.h78 - (int32_t)readSFixed32;
DGPBCodedInputStream.m483 - (int32_t)readSFixed32 { method
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java261 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputByteBufferNano
686 return readSFixed32(); in readPrimitiveField()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java234 case SFIXED32: return input.readSFixed32(); in readPrimitiveField()
DCodedInputStream.java576 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStream
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java268 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStreamMicro
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m105 XCTAssertEqual(value, [input readSFixed32]);