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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h69 class LIBPROTOBUF_EXPORT WireFormatLite { class in namespace:google::protobuf::internal
138 static inline WireFormatLite::WireType WireTypeForFieldType(
139 WireFormatLite::FieldType type) {
159 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
181 // This macro does the same thing as WireFormatLite::MakeTag(), but the
183 // as a switch case or a template input. WireFormatLite::MakeTag() is more
187 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
202 WireFormatLite::WIRETYPE_START_GROUP);
205 WireFormatLite::WIRETYPE_END_GROUP);
208 WireFormatLite
[all...]
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h70 class LIBPROTOBUF_EXPORT WireFormatLite { class in namespace:google::protobuf::internal
139 static inline WireFormatLite::WireType WireTypeForFieldType(
140 WireFormatLite::FieldType type) {
160 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
173 // This macro does the same thing as WireFormatLite::MakeTag(), but the
175 // as a switch case or a template input. WireFormatLite::MakeTag() is more
179 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
194 WireFormatLite::WIRETYPE_START_GROUP);
197 WireFormatLite::WIRETYPE_END_GROUP);
200 WireFormatLite
[all...]

Completed in 80 milliseconds