Home | History | Annotate | Download | only in protobuf

Lines Matching defs:WireType

86   enum WireType {
136 // Given a FieldSescriptor::Type return its WireType
137 static inline WireFormatLite::WireType WireTypeForFieldType(
152 static uint32 MakeTag(int field_number, WireType type);
153 static WireType GetTagWireType(uint32 tag);
307 static inline void WriteTag(field_number, WireType type, output) INL;
369 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
494 static const WireFormatLite::WireType kWireTypeForFieldType[];
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
532 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag) {
533 return static_cast<WireType>(tag & kTagTypeMask);