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

  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 178 public int readFixed32() throws IOException {
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 189 public int readFixed32() throws IOException {
FieldSet.java 441 case FIXED32 : return input.readFixed32 ();
UnknownFieldSet.java 495 getFieldBuilder(number).addFixed32(input.readFixed32());
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 186 public int readFixed32() throws IOException {

Completed in 33 milliseconds