Home | History | Annotate | Download | only in protobuf

Lines Matching defs:WriteTag

415 inline void WireFormatLite::WriteTag(int field_number, WireType type,
417 output->WriteTag(MakeTag(field_number, type));
483 WriteTag(field_number, WIRETYPE_START_GROUP, output);
485 WriteTag(field_number, WIRETYPE_END_GROUP, output);
491 WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);