Searched defs:ostream (Results 26 - 50 of 101) sorted by relevance

12345

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DParameterModeHelper.java76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterMode value) argument
78 ostream.write_long (value.value ());
H A DRepositoryHelper.java71 public static void write (org.omg.CORBA.portable.OutputStream ostream, Repository value) argument
73 ostream.write_string (null);
H A DRepositoryIdHelper.java79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
81 ostream.write_string (value);
H A DRepositoryIdSeqHelper.java84 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) argument
86 ostream.write_long (value.length);
88 com.sun.org.omg.CORBA.RepositoryIdHelper.write (ostream, value[_i0]);
H A DStructMemberHelper.java122 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.StructMember value)
123 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.StructMember value) argument
125 ostream.write_string (value.name);
126 ostream.write_TypeCode (value.type);
127 com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
H A DStructMemberSeqHelper.java96 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.StructMember[] value)
97 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.StructMember[] value) argument
99 ostream.write_long (value.length);
101 com.sun.org.omg.CORBA.StructMemberHelper.write (ostream, value[_i0]);
H A DValueMemberHelper.java150 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueMember value)
151 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.ValueMember value) argument
153 ostream.write_string (value.name);
154 ostream.write_string (value.id);
155 ostream.write_string (value.defined_in);
156 ostream.write_string (value.version);
157 ostream.write_TypeCode (value.type);
158 com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
159 ostream.write_short (value.access);
H A DValueMemberSeqHelper.java96 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueMember[] value)
97 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.ValueMember[] value) argument
99 ostream.write_long (value.length);
101 com.sun.org.omg.CORBA.ValueMemberHelper.write (ostream, value[_i0]);
H A DVersionSpecHelper.java79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
81 ostream.write_string (value);
H A DVisibilityHelper.java81 public static void write (org.omg.CORBA.portable.OutputStream ostream, short value) argument
83 ostream.write_short (value);
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/
H A DURLHelper.java79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
81 ostream.write_string (value);
H A DURLSeqHelper.java84 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) argument
86 ostream.write_long (value.length);
88 com.sun.org.omg.SendingContext.CodeBasePackage.URLHelper.write (ostream, value[_i0]);
H A DValueDescSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.write (ostream, value[_i0]);
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DAnySeqHelper.java94 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Any[] value) argument
96 ostream.write_long (value.length);
98 ostream.write_any (value[_i0]);
H A DBooleanSeqHelper.java93 public static void write (org.omg.CORBA.portable.OutputStream ostream, boolean[] value) argument
95 ostream.write_long (value.length);
96 ostream.write_boolean_array (value, 0, value.length);
H A DCharSeqHelper.java93 public static void write (org.omg.CORBA.portable.OutputStream ostream, char[] value) argument
95 ostream.write_long (value.length);
96 ostream.write_char_array (value, 0, value.length);
H A DCompletionStatusHelper.java74 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.CompletionStatus value) argument
76 ostream.write_long (value.value ());
H A DCurrentHelper.java72 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Current value) argument
H A DDefinitionKindHelper.java75 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.DefinitionKind value) argument
77 ostream.write_long (value.value ());
H A DDoubleSeqHelper.java93 public static void write (org.omg.CORBA.portable.OutputStream ostream, double[] value) argument
95 ostream.write_long (value.length);
96 ostream.write_double_array (value, 0, value.length);
H A DFieldNameHelper.java77 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
79 ostream.write_string (value);
H A DFloatSeqHelper.java93 public static void write (org.omg.CORBA.portable.OutputStream ostream, float[] value) argument
95 ostream.write_long (value.length);
96 ostream.write_float_array (value, 0, value.length);
H A DIDLTypeHelper.java75 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.IDLType value) argument
77 ostream.write_Object ((org.omg.CORBA.Object) value);
H A DIdentifierHelper.java78 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
80 ostream.write_string (value);
H A DLongLongSeqHelper.java93 public static void write (org.omg.CORBA.portable.OutputStream ostream, long[] value) argument
95 ostream.write_long (value.length);
96 ostream.write_longlong_array (value, 0, value.length);

Completed in 123 milliseconds

12345