• Home
  • Raw
  • Download

Lines Matching full:given

50         /// Retrieves a codec suitable for a string field with the given tag.
53 /// <returns>A codec for the given tag.</returns>
60 /// Retrieves a codec suitable for a bytes field with the given tag.
63 /// <returns>A codec for the given tag.</returns>
70 /// Retrieves a codec suitable for a bool field with the given tag.
73 /// <returns>A codec for the given tag.</returns>
80 /// Retrieves a codec suitable for an int32 field with the given tag.
83 /// <returns>A codec for the given tag.</returns>
90 /// Retrieves a codec suitable for an sint32 field with the given tag.
93 /// <returns>A codec for the given tag.</returns>
100 /// Retrieves a codec suitable for a fixed32 field with the given tag.
103 /// <returns>A codec for the given tag.</returns>
110 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
113 /// <returns>A codec for the given tag.</returns>
120 /// Retrieves a codec suitable for a uint32 field with the given tag.
123 /// <returns>A codec for the given tag.</returns>
130 /// Retrieves a codec suitable for an int64 field with the given tag.
133 /// <returns>A codec for the given tag.</returns>
140 /// Retrieves a codec suitable for an sint64 field with the given tag.
143 /// <returns>A codec for the given tag.</returns>
150 /// Retrieves a codec suitable for a fixed64 field with the given tag.
153 /// <returns>A codec for the given tag.</returns>
160 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
163 /// <returns>A codec for the given tag.</returns>
170 /// Retrieves a codec suitable for a uint64 field with the given tag.
173 /// <returns>A codec for the given tag.</returns>
180 /// Retrieves a codec suitable for a float field with the given tag.
183 /// <returns>A codec for the given tag.</returns>
190 /// Retrieves a codec suitable for a double field with the given tag.
193 /// <returns>A codec for the given tag.</returns>
203 /// Retrieves a codec suitable for an enum field with the given tag.
208 /// <returns>A codec for the given tag.</returns>
215 /// Retrieves a codec suitable for a string field with the given tag.
219 /// <returns>A codec for the given tag.</returns>
226 /// Retrieves a codec suitable for a bytes field with the given tag.
230 /// <returns>A codec for the given tag.</returns>
237 /// Retrieves a codec suitable for a bool field with the given tag.
241 /// <returns>A codec for the given tag.</returns>
248 /// Retrieves a codec suitable for an int32 field with the given tag.
252 /// <returns>A codec for the given tag.</returns>
259 /// Retrieves a codec suitable for an sint32 field with the given tag.
263 /// <returns>A codec for the given tag.</returns>
270 /// Retrieves a codec suitable for a fixed32 field with the given tag.
274 /// <returns>A codec for the given tag.</returns>
281 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
285 /// <returns>A codec for the given tag.</returns>
292 /// Retrieves a codec suitable for a uint32 field with the given tag.
296 /// <returns>A codec for the given tag.</returns>
303 /// Retrieves a codec suitable for an int64 field with the given tag.
307 /// <returns>A codec for the given tag.</returns>
314 /// Retrieves a codec suitable for an sint64 field with the given tag.
318 /// <returns>A codec for the given tag.</returns>
325 /// Retrieves a codec suitable for a fixed64 field with the given tag.
329 /// <returns>A codec for the given tag.</returns>
336 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
340 /// <returns>A codec for the given tag.</returns>
347 /// Retrieves a codec suitable for a uint64 field with the given tag.
351 /// <returns>A codec for the given tag.</returns>
358 /// Retrieves a codec suitable for a float field with the given tag.
362 /// <returns>A codec for the given tag.</returns>
369 /// Retrieves a codec suitable for a double field with the given tag.
373 /// <returns>A codec for the given tag.</returns>
383 /// Retrieves a codec suitable for an enum field with the given tag.
389 /// <returns>A codec for the given tag.</returns>
399 /// Retrieves a codec suitable for a message field with the given tag.
403 /// <returns>A codec for the given tag.</returns>
443 /// Retrieves a codec suitable for a group field with the given tag.
448 /// <returns>A codec for given tag</returns>
803 /// Write a tag and the given value, *if* the value is not the default.
830 /// Write a tag and the given value, *if* the value is not the default.
846 /// Reads a value of the codec type from the given <see cref="CodedInputStream"/>.
864 /// Reads a value of the codec type from the given <see cref="ParseContext"/>.
874 /// Calculates the size required to write the given value, with a tag,