Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java365 public void writeUInt32NoTag(final int value) throws IOException { in writeUInt32NoTag() method in CodedOutputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java543 public void writeUInt32NoTag(final int value) throws IOException { in writeUInt32NoTag() method in CodedOutputByteBufferNano
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java488 public void writeUInt32NoTag(final int value) throws IOException { in writeUInt32NoTag() method in CodedOutputStream