• Home
  • Raw
  • Download

Lines Matching full:suitable

26         /// Retrieves a codec suitable for a string field with the given tag.
33 /// Retrieves a codec suitable for a bytes field with the given tag.
40 /// Retrieves a codec suitable for a bool field with the given tag.
47 /// Retrieves a codec suitable for an int32 field with the given tag.
54 /// Retrieves a codec suitable for an sint32 field with the given tag.
61 /// Retrieves a codec suitable for a fixed32 field with the given tag.
68 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
75 /// Retrieves a codec suitable for a uint32 field with the given tag.
82 /// Retrieves a codec suitable for an int64 field with the given tag.
89 /// Retrieves a codec suitable for an sint64 field with the given tag.
96 /// Retrieves a codec suitable for a fixed64 field with the given tag.
103 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
110 /// Retrieves a codec suitable for a uint64 field with the given tag.
117 /// Retrieves a codec suitable for a float field with the given tag.
124 /// Retrieves a codec suitable for a double field with the given tag.
134 /// Retrieves a codec suitable for an enum field with the given tag.
144 /// Retrieves a codec suitable for a string field with the given tag.
155 /// Retrieves a codec suitable for a bytes field with the given tag.
166 /// Retrieves a codec suitable for a bool field with the given tag.
177 /// Retrieves a codec suitable for an int32 field with the given tag.
188 /// Retrieves a codec suitable for an sint32 field with the given tag.
199 /// Retrieves a codec suitable for a fixed32 field with the given tag.
210 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
221 /// Retrieves a codec suitable for a uint32 field with the given tag.
232 /// Retrieves a codec suitable for an int64 field with the given tag.
243 /// Retrieves a codec suitable for an sint64 field with the given tag.
254 /// Retrieves a codec suitable for a fixed64 field with the given tag.
265 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
276 /// Retrieves a codec suitable for a uint64 field with the given tag.
287 /// Retrieves a codec suitable for a float field with the given tag.
298 /// Retrieves a codec suitable for a double field with the given tag.
312 /// Retrieves a codec suitable for an enum field with the given tag.
328 /// Retrieves a codec suitable for a message field with the given tag.
372 /// Retrieves a codec suitable for a group field with the given tag.