Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs99 public static uint MakeTag(int fieldNumber, WireType wireType) in MakeTag() method in Google.Protobuf.WireFormat
/external/protobuf/src/google/protobuf/
Dwire_format.h300 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { in MakeTag() function
Dwire_format_lite.h589 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) { in MakeTag() function
/external/v8/tools/release/
Dauto_tag.py149 class MakeTag(Step): class