HomeSort by relevance Sort by last modified time
    Searched defs:WireFormatLite (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite.h 68 class LIBPROTOBUF_EXPORT WireFormatLite {
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::WIRETYPE_VARINT)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 68 class LIBPROTOBUF_EXPORT WireFormatLite {
137 static inline WireFormatLite::WireType WireTypeForFieldType(
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
177 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
192 WireFormatLite::WIRETYPE_START_GROUP);
195 WireFormatLite::WIRETYPE_END_GROUP);
198 WireFormatLite::WIRETYPE_VARINT)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 68 class LIBPROTOBUF_EXPORT WireFormatLite {
137 static inline WireFormatLite::WireType WireTypeForFieldType(
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
177 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
192 WireFormatLite::WIRETYPE_START_GROUP);
195 WireFormatLite::WIRETYPE_END_GROUP);
198 WireFormatLite::WIRETYPE_VARINT)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 68 class LIBPROTOBUF_EXPORT WireFormatLite {
137 static inline WireFormatLite::WireType WireTypeForFieldType(
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
177 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
192 WireFormatLite::WIRETYPE_START_GROUP);
195 WireFormatLite::WIRETYPE_END_GROUP);
198 WireFormatLite::WIRETYPE_VARINT)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 68 class LIBPROTOBUF_EXPORT WireFormatLite {
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::WIRETYPE_VARINT)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 68 class LIBPROTOBUF_EXPORT WireFormatLite {
137 static inline WireFormatLite::WireType WireTypeForFieldType(
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
177 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
192 WireFormatLite::WIRETYPE_START_GROUP);
195 WireFormatLite::WIRETYPE_END_GROUP);
198 WireFormatLite::WIRETYPE_VARINT)
    [all...]

Completed in 279 milliseconds