Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.h111 - (int32_t)readSFixed32;
DGPBCodedInputStream.m507 - (int32_t)readSFixed32 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java261 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputByteBufferNano
672 return readSFixed32(); in readPrimitiveField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedInputStreamTests.m105 XCTAssertEqual(value, [input readSFixed32]);