Home
last modified time | relevance | path

Searched defs:MakeTag (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs99 public static uint MakeTag(int fieldNumber, WireType wireType) in MakeTag() method in Google.Protobuf.WireFormat
/third_party/protobuf/src/google/protobuf/
Dwire_format.h342 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { in MakeTag() function
Dwire_format_lite.h784 constexpr inline uint32 WireFormatLite::MakeTag(int field_number, in MakeTag() function