Lines Matching refs:seq

157     * @param seq The array to be written.
158 * @param offset The index into seq of the first element to write to the
162 void write_any_array (org.omg.CORBA.Any[] seq, int offset, int length);
167 * @param seq The array to be written.
168 * @param offset The index into seq of the first element to write to the
172 void write_boolean_array (boolean[] seq, int offset, int length);
177 * @param seq The array to be written.
178 * @param offset The index into seq of the first element to write to the
182 void write_char_array (char[] seq, int offset, int length);
187 * @param seq The array to be written.
188 * @param offset The index into seq of the first element to write to the
192 void write_wchar_array (char[] seq, int offset, int length);
197 * @param seq The array to be written.
198 * @param offset The index into seq of the first element to write to the
202 void write_octet_array (byte[] seq, int offset, int length);
207 * @param seq The array to be written.
208 * @param offset The index into seq of the first element to write to the
212 void write_short_array (short[] seq, int offset, int length);
217 * @param seq The array to be written.
218 * @param offset The index into seq of the first element to write to the
222 void write_ushort_array (short[] seq, int offset, int length);
227 * @param seq The array to be written.
228 * @param offset The index into seq of the first element to write to the
232 void write_long_array (int[] seq, int offset, int length);
237 * @param seq The array to be written.
238 * @param offset The index into seq of the first element to write to the
242 void write_ulong_array (int[] seq, int offset, int length);
247 * @param seq The array to be written.
248 * @param offset The index into seq of the first element to write to the
252 void write_ulonglong_array (long[] seq, int offset, int length);
257 * @param seq The array to be written.
258 * @param offset The index into seq of the first element to write to the
262 void write_longlong_array (long[] seq, int offset, int length);
267 * @param seq The array to be written.
268 * @param offset The index into seq of the first element to write to the
272 void write_float_array (float[] seq, int offset, int length);
277 * @param seq The array to be written.
278 * @param offset The index into seq of the first element to write to the
282 void write_double_array (double[] seq, int offset, int length);