HomeSort by relevance Sort by last modified time
    Searched defs:MakeTag (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format.h 178 // This is different from MakeTag(field->number(), field->type()) in the case
180 static uint32 MakeTag(const FieldDescriptor* field);
280 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
281 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 152 // This is different from MakeTag(field->number(), field->type()) in the case
154 static uint32 MakeTag(int field_number, WireType type);
173 // This macro does the same thing as WireFormatLite::MakeTag(), but the
175 // as a switch case or a template input. WireFormatLite::MakeTag() is more
526 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {

Completed in 5183 milliseconds