• Home
  • Raw
  • Download

Lines Matching full:given

48         /// Retrieves a codec suitable for a string field with the given tag.
51 /// <returns>A codec for the given tag.</returns>
58 /// Retrieves a codec suitable for a bytes field with the given tag.
61 /// <returns>A codec for the given tag.</returns>
68 /// Retrieves a codec suitable for a bool field with the given tag.
71 /// <returns>A codec for the given tag.</returns>
78 /// Retrieves a codec suitable for an int32 field with the given tag.
81 /// <returns>A codec for the given tag.</returns>
88 /// Retrieves a codec suitable for an sint32 field with the given tag.
91 /// <returns>A codec for the given tag.</returns>
98 /// Retrieves a codec suitable for a fixed32 field with the given tag.
101 /// <returns>A codec for the given tag.</returns>
108 /// Retrieves a codec suitable for an sfixed32 field with the given tag.
111 /// <returns>A codec for the given tag.</returns>
118 /// Retrieves a codec suitable for a uint32 field with the given tag.
121 /// <returns>A codec for the given tag.</returns>
128 /// Retrieves a codec suitable for an int64 field with the given tag.
131 /// <returns>A codec for the given tag.</returns>
138 /// Retrieves a codec suitable for an sint64 field with the given tag.
141 /// <returns>A codec for the given tag.</returns>
148 /// Retrieves a codec suitable for a fixed64 field with the given tag.
151 /// <returns>A codec for the given tag.</returns>
158 /// Retrieves a codec suitable for an sfixed64 field with the given tag.
161 /// <returns>A codec for the given tag.</returns>
168 /// Retrieves a codec suitable for a uint64 field with the given tag.
171 /// <returns>A codec for the given tag.</returns>
178 /// Retrieves a codec suitable for a float field with the given tag.
181 /// <returns>A codec for the given tag.</returns>
188 /// Retrieves a codec suitable for a double field with the given tag.
191 /// <returns>A codec for the given tag.</returns>
201 /// Retrieves a codec suitable for an enum field with the given tag.
206 /// <returns>A codec for the given tag.</returns>
216 /// Retrieves a codec suitable for a message field with the given tag.
220 /// <returns>A codec for the given tag.</returns>
447 /// Write a tag and the given value, *if* the value is not the default.
459 /// Reads a value of the codec type from the given <see cref="CodedInputStream"/>.
466 /// Calculates the size required to write the given value, with a tag,