Lines Matching full:suitable
50 /// Retrieves a codec suitable for a string field with the given tag.
60 /// Retrieves a codec suitable for a bytes field with the given tag.
70 /// Retrieves a codec suitable for a bool field with the given tag.
80 /// Retrieves a codec suitable for an int32 field with the given tag.
90 /// Retrieves a codec suitable for an sint32 field with the given tag.
100 /// Retrieves a codec suitable for a fixed32 field with the given tag.
110 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
120 /// Retrieves a codec suitable for a uint32 field with the given tag.
130 /// Retrieves a codec suitable for an int64 field with the given tag.
140 /// Retrieves a codec suitable for an sint64 field with the given tag.
150 /// Retrieves a codec suitable for a fixed64 field with the given tag.
160 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
170 /// Retrieves a codec suitable for a uint64 field with the given tag.
180 /// Retrieves a codec suitable for a float field with the given tag.
190 /// Retrieves a codec suitable for a double field with the given tag.
203 /// Retrieves a codec suitable for an enum field with the given tag.
215 /// Retrieves a codec suitable for a string field with the given tag.
226 /// Retrieves a codec suitable for a bytes field with the given tag.
237 /// Retrieves a codec suitable for a bool field with the given tag.
248 /// Retrieves a codec suitable for an int32 field with the given tag.
259 /// Retrieves a codec suitable for an sint32 field with the given tag.
270 /// Retrieves a codec suitable for a fixed32 field with the given tag.
281 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
292 /// Retrieves a codec suitable for a uint32 field with the given tag.
303 /// Retrieves a codec suitable for an int64 field with the given tag.
314 /// Retrieves a codec suitable for an sint64 field with the given tag.
325 /// Retrieves a codec suitable for a fixed64 field with the given tag.
336 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
347 /// Retrieves a codec suitable for a uint64 field with the given tag.
358 /// Retrieves a codec suitable for a float field with the given tag.
369 /// Retrieves a codec suitable for a double field with the given tag.
383 /// Retrieves a codec suitable for an enum field with the given tag.
399 /// Retrieves a codec suitable for a message field with the given tag.
443 /// Retrieves a codec suitable for a group field with the given tag.