Home
last modified time | relevance | path

Searched refs:WireType (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h86 enum WireType { enum
137 static inline WireFormatLite::WireType WireTypeForFieldType( in WireTypeForFieldType()
152 static uint32 MakeTag(int field_number, WireType type);
153 static WireType GetTagWireType(uint32 tag);
318 static inline void WriteTag(field_number, WireType type, output) INL;
384 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
515 static const WireFormatLite::WireType kWireTypeForFieldType[];
567 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) { in MakeTag()
571 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag) { in GetTagWireType()
572 return static_cast<WireType>(tag & kTagTypeMask); in GetTagWireType()
Dwire_format.h79 static inline WireFormatLite::WireType WireTypeForField(
83 static inline WireFormatLite::WireType WireTypeForFieldType(
283 inline WireFormatLite::WireType WireFormat::WireTypeForField( in WireTypeForField()
292 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType( in WireTypeForFieldType()
Dwire_format_lite.cc88 const WireFormatLite::WireType
90 static_cast<WireFormatLite::WireType>(-1), // invalid
221 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag); in SkipMessage()
241 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag); in SkipMessage()
Dwire_format_lite_inl.h501 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag()
586 WireType type, in WriteTagToArray()
Dextension_set.cc60 inline bool is_packable(WireFormatLite::WireType type) { in is_packable()
972 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag); in FindExtensionInfoFromTag()
985 WireFormatLite::WireType expected_wire_type = in FindExtensionInfoFromFieldNumber()
Dextension_set_heavy.cc541 field_number, static_cast<WireFormatLite::WireType>(wire_type)), in ParseFieldMaybeLazily()
Dwire_format.cc151 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag); in SkipMessage()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc2076 internal::WireFormatLite::WireType wiretype = in GenerateMergeFromCodedStream()
2086 internal::WireFormatLite::WireType wiretype = in GenerateMergeFromCodedStream()
2158 range->start, static_cast<WireFormatLite::WireType>(0)); in GenerateMergeFromCodedStream()
2160 range->end, static_cast<WireFormatLite::WireType>(0)); in GenerateMergeFromCodedStream()