Lines Matching full:given
26 /// Retrieves a codec suitable for a string field with the given tag.
29 /// <returns>A codec for the given tag.</returns>
33 /// Retrieves a codec suitable for a bytes field with the given tag.
36 /// <returns>A codec for the given tag.</returns>
40 /// Retrieves a codec suitable for a bool field with the given tag.
43 /// <returns>A codec for the given tag.</returns>
47 /// Retrieves a codec suitable for an int32 field with the given tag.
50 /// <returns>A codec for the given tag.</returns>
54 /// Retrieves a codec suitable for an sint32 field with the given tag.
57 /// <returns>A codec for the given tag.</returns>
61 /// Retrieves a codec suitable for a fixed32 field with the given tag.
64 /// <returns>A codec for the given tag.</returns>
68 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
71 /// <returns>A codec for the given tag.</returns>
75 /// Retrieves a codec suitable for a uint32 field with the given tag.
78 /// <returns>A codec for the given tag.</returns>
82 /// Retrieves a codec suitable for an int64 field with the given tag.
85 /// <returns>A codec for the given tag.</returns>
89 /// Retrieves a codec suitable for an sint64 field with the given tag.
92 /// <returns>A codec for the given tag.</returns>
96 /// Retrieves a codec suitable for a fixed64 field with the given tag.
99 /// <returns>A codec for the given tag.</returns>
103 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
106 /// <returns>A codec for the given tag.</returns>
110 /// Retrieves a codec suitable for a uint64 field with the given tag.
113 /// <returns>A codec for the given tag.</returns>
117 /// Retrieves a codec suitable for a float field with the given tag.
120 /// <returns>A codec for the given tag.</returns>
124 /// Retrieves a codec suitable for a double field with the given tag.
127 /// <returns>A codec for the given tag.</returns>
134 /// Retrieves a codec suitable for an enum field with the given tag.
139 /// <returns>A codec for the given tag.</returns>
144 /// Retrieves a codec suitable for a string field with the given tag.
148 /// <returns>A codec for the given tag.</returns>
155 /// Retrieves a codec suitable for a bytes field with the given tag.
159 /// <returns>A codec for the given tag.</returns>
166 /// Retrieves a codec suitable for a bool field with the given tag.
170 /// <returns>A codec for the given tag.</returns>
177 /// Retrieves a codec suitable for an int32 field with the given tag.
181 /// <returns>A codec for the given tag.</returns>
188 /// Retrieves a codec suitable for an sint32 field with the given tag.
192 /// <returns>A codec for the given tag.</returns>
199 /// Retrieves a codec suitable for a fixed32 field with the given tag.
203 /// <returns>A codec for the given tag.</returns>
210 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
214 /// <returns>A codec for the given tag.</returns>
221 /// Retrieves a codec suitable for a uint32 field with the given tag.
225 /// <returns>A codec for the given tag.</returns>
232 /// Retrieves a codec suitable for an int64 field with the given tag.
236 /// <returns>A codec for the given tag.</returns>
243 /// Retrieves a codec suitable for an sint64 field with the given tag.
247 /// <returns>A codec for the given tag.</returns>
254 /// Retrieves a codec suitable for a fixed64 field with the given tag.
258 /// <returns>A codec for the given tag.</returns>
265 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
269 /// <returns>A codec for the given tag.</returns>
276 /// Retrieves a codec suitable for a uint64 field with the given tag.
280 /// <returns>A codec for the given tag.</returns>
287 /// Retrieves a codec suitable for a float field with the given tag.
291 /// <returns>A codec for the given tag.</returns>
298 /// Retrieves a codec suitable for a double field with the given tag.
302 /// <returns>A codec for the given tag.</returns>
312 /// Retrieves a codec suitable for an enum field with the given tag.
318 /// <returns>A codec for the given tag.</returns>
328 /// Retrieves a codec suitable for a message field with the given tag.
332 /// <returns>A codec for the given tag.</returns>
372 /// Retrieves a codec suitable for a group field with the given tag.
377 /// <returns>A codec for given tag</returns>
730 /// Write a tag and the given value, *if* the value is not the default.
757 /// Write a tag and the given value, *if* the value is not the default.
773 /// Reads a value of the codec type from the given <see cref="CodedInputStream"/>.
791 /// Reads a value of the codec type from the given <see cref="ParseContext"/>.
801 /// Calculates the size required to write the given value, with a tag,
807 /// Calculates the size required to write the given value, with a tag, even