Searched refs:WireType (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 86 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()
|
D | wire_format.h | 79 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()
|
D | wire_format_lite.cc | 88 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()
|
D | wire_format_lite_inl.h | 501 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() 586 WireType type, in WriteTagToArray()
|
D | extension_set.cc | 60 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()
|
D | extension_set_heavy.cc | 541 field_number, static_cast<WireFormatLite::WireType>(wire_type)), in ParseFieldMaybeLazily()
|
D | wire_format.cc | 151 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag); in SkipMessage()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 2076 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()
|