Lines Matching full:param
112 /// <param name="output">The stream to write to. It will be disposed when the returned <c>CodedOutputStream is disposed.</c></param>
121 /// <param name="output">The stream to write to. It will be disposed when the returned <c>CodedOutputStream is disposed.</c></param>
122 /// <param name="bufferSize">The size of buffer to use internally.</param>
130 /// <param name="output">The stream to write to.</param>
131 /// <param name="leaveOpen">If <c>true</c>, <paramref name="output"/> is left open when the returned <c>CodedOutputStream</c> is disposed;
132 /// if <c>false</c>, the provided stream is disposed as well.</param>
141 /// <param name="output">The stream to write to.</param>
142 /// <param name="bufferSize">The size of buffer to use internally.</param>
143 /// <param name="leaveOpen">If <c>true</c>, <paramref name="output"/> is left open when the returned <c>CodedOutputStream</c> is disposed;
144 /// if <c>false</c>, the provided stream is disposed as well.</param>
170 /// <param name="value">The value to write</param>
180 /// <param name="value">The value to write</param>
190 /// <param name="value">The value to write</param>
200 /// <param name="value">The value to write</param>
210 /// <param name="value">The value to write</param>
220 /// <param name="value">The value to write</param>
230 /// <param name="value">The value to write</param>
240 /// <param name="value">The value to write</param>
251 /// <param name="value">The value to write</param>
262 /// <param name="value">The value to write</param>
284 /// <param name="value">The value to write</param>
305 /// <param name="value">The value to write</param>
324 /// <param name="value">The value to write</param>
334 /// <param name="value">The value to write</param>
344 /// <param name="value">The value to write</param>
354 /// <param name="value">The value to write.</param>
364 /// <param name="value">The value to write</param>
374 /// <param name="value">The value to write</param>
384 /// <param name="value">The value to write</param>
397 /// <param name="length">Length value, in bytes.</param>
410 /// <param name="fieldNumber">The number of the field to write the tag for</param>
411 /// <param name="type">The wire format type of the tag to write</param>
421 /// <param name="tag">The encoded tag</param>
431 /// <param name="b1">The encoded tag</param>
441 /// <param name="b1">The first byte of the encoded tag</param>
442 /// <param name="b2">The second byte of the encoded tag</param>
452 /// <param name="b1">The first byte of the encoded tag</param>
453 /// <param name="b2">The second byte of the encoded tag</param>
454 /// <param name="b3">The third byte of the encoded tag</param>
464 /// <param name="b1">The first byte of the encoded tag</param>
465 /// <param name="b2">The second byte of the encoded tag</param>
466 /// <param name="b3">The third byte of the encoded tag</param>
467 /// <param name="b4">The fourth byte of the encoded tag</param>
477 /// <param name="b1">The first byte of the encoded tag</param>
478 /// <param name="b2">The second byte of the encoded tag</param>
479 /// <param name="b3">The third byte of the encoded tag</param>
480 /// <param name="b4">The fourth byte of the encoded tag</param>
481 /// <param name="b5">The fifth byte of the encoded tag</param>