Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.h113 - (int64_t)readSFixed64;
DGPBCodedInputStream.m511 - (int64_t)readSFixed64 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java266 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputByteBufferNano
674 return readSFixed64(); in readPrimitiveField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java235 case SFIXED64: return input.readSFixed64(); in readPrimitiveField()
DCodedInputStream.java581 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedInputStreamTests.m110 XCTAssertEqual(value, [input readSFixed64]);