Searched defs:WireFormatLite (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h68 class LIBPROTOBUF_EXPORT WireFormatLite { class in namespace:google::protobuf::internal
137 static inline WireFormatLite::WireType WireTypeForFieldType(
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
182 // This macro does the same thing as WireFormatLite::MakeTag(), but the
184 // as a switch case or a template input. WireFormatLite::MakeTag() is more
188 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
203 WireFormatLite::WIRETYPE_START_GROUP);
206 WireFormatLite::WIRETYPE_END_GROUP);
209 WireFormatLite
[all...]

Completed in 114 milliseconds