Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBCodedInputStream.m487 - (int64_t)readSFixed64 { method
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java266 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java273 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java581 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStream