Searched defs:MakeTag (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DWireFormat.cs99 public static uint MakeTag(int fieldNumber, WireType wireType) method in class:Google.Protobuf.WireFormat
/external/v8/tools/release/
H A Dauto_tag.py149 class MakeTag(Step): class in inherits:Step
195 MakeTag,
/external/protobuf/src/google/protobuf/
H A Dwire_format.h187 // This is different from MakeTag(field->number(), field->type()) in the case
189 static uint32 MakeTag(const FieldDescriptor* field);
300 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { function in class:google::protobuf::internal::WireFormat
301 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
H A Dwire_format_lite.h150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
182 // This macro does the same thing as WireFormatLite::MakeTag(), but the
184 // as a switch case or a template input. WireFormatLite::MakeTag() is more
589 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) { function in class:google::protobuf::internal::WireFormatLite

Completed in 162 milliseconds