HomeSort by relevance Sort by last modified time
    Searched refs:readFixed64 (Results 1 - 5 of 5) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 173 public long readFixed64() throws IOException {
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 184 public long readFixed64() throws IOException {
FieldSet.java 440 case FIXED64 : return input.readFixed64 ();
UnknownFieldSet.java 481 getFieldBuilder(number).addFixed64(input.readFixed64());
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 181 public long readFixed64() throws IOException {

Completed in 39 milliseconds