Searched defs:writeUInt32NoTag (Results 1 – 2 of 2) sorted by relevance
394 public abstract void writeUInt32NoTag(int value) throws IOException; in writeUInt32NoTag() method in CodedOutputStream1307 public final void writeUInt32NoTag(int value) throws IOException { in writeUInt32NoTag() method in CodedOutputStream.ArrayEncoder1669 public void writeUInt32NoTag(int value) throws IOException { in writeUInt32NoTag() method in CodedOutputStream.NioEncoder2149 public void writeUInt32NoTag(int value) throws IOException { in writeUInt32NoTag() method in CodedOutputStream.ByteOutputEncoder2452 public void writeUInt32NoTag(int value) throws IOException { in writeUInt32NoTag() method in CodedOutputStream.OutputStreamEncoder
522 public void writeUInt32NoTag(final int value) throws IOException { in writeUInt32NoTag() method in CodedOutputByteBufferNano