Searched refs:WireType (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dwire_format.h77 // Given a field return its WireType
78 static inline WireFormatLite::WireType WireTypeForField(
81 // Given a FieldSescriptor::Type return its WireType
82 static inline WireFormatLite::WireType WireTypeForFieldType(
129 // Skips a field value of the given WireType. The input should start
262 inline WireFormatLite::WireType WireFormat::WireTypeForField(
271 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
H A Dwire_format_lite.h88 enum WireType { enum in class:google::protobuf::internal::WireFormatLite
138 // Given a FieldSescriptor::Type return its WireType
139 static inline WireFormatLite::WireType WireTypeForFieldType(
154 static uint32 MakeTag(int field_number, WireType type);
155 static WireType GetTagWireType(uint32 tag);
309 static inline void WriteTag(field_number, WireType type, output) INL;
371 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
492 static const WireFormatLite::WireType kWireTypeForFieldType[];
526 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
530 inline WireFormatLite::WireType WireFormatLit
[all...]
H A Dwire_format_lite.cc88 const WireFormatLite::WireType
90 static_cast<WireFormatLite::WireType>(-1), // invalid
164 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
H A Dwire_format_lite_inl.h402 inline void WireFormatLite::WriteTag(int field_number, WireType type,
484 WireType type,
H A Dextension_set.cc710 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
719 WireFormatLite::WireType expected_wire_type =
H A Dwire_format.cc151 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc1364 range->start, static_cast<WireFormatLite::WireType>(0));
1366 range->end, static_cast<WireFormatLite::WireType>(0));

Completed in 181 milliseconds