Lines Matching defs:out
174 * the <code>writeUTF</code> method is invoked on <code>out</code>
177 * this object's <code>ref</code> field passing <code>out</code>
179 * the <code>writeUTF</code> method is invoked on <code>out</code>
181 * the <code>writeObject</code> method is invoked on <code>out</code>
360 private void writeObject(java.io.ObjectOutputStream out)
366 String refClassName = ref.getRefClass(out);
372 out.writeUTF("");
373 out.writeObject(ref);
377 * to reference to write out its external form.
379 out.writeUTF(refClassName);
380 ref.writeExternal(out);