Home
last modified time | relevance | path

Searched defs:writeFixed32NoTag (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java321 public void writeFixed32NoTag(final int value) throws IOException { in writeFixed32NoTag() method in CodedOutputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java294 public void writeFixed32NoTag(final int value) throws IOException { in writeFixed32NoTag() method in CodedOutputByteBufferNano
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java409 public void writeFixed32NoTag(final int value) throws IOException { in writeFixed32NoTag() method in CodedOutputStream