HomeSort by relevance Sort by last modified time
    Searched refs:WireFormatLite (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 56 const int WireFormatLite::kMessageSetItemStartTag;
57 const int WireFormatLite::kMessageSetItemEndTag;
58 const int WireFormatLite::kMessageSetTypeIdTag;
59 const int WireFormatLite::kMessageSetMessageTag;
63 // IBM xlC requires prefixing constants with WireFormatLite::
64 const int WireFormatLite::kMessageSetItemTagsSize =
66 WireFormatLite::kMessageSetItemStartTag>::value +
68 WireFormatLite::kMessageSetItemEndTag>::value +
70 WireFormatLite::kMessageSetTypeIdTag>::value +
72 WireFormatLite::kMessageSetMessageTag>::value
    [all...]
wire_format_lite_inl.h 61 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
70 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
79 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>(
85 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>(
91 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>
    [all...]
map_field_lite.h 45 WireFormatLite::FieldType key_wire_type,
46 WireFormatLite::FieldType value_wire_type,
95 WireFormatLite::FieldType key_wire_type,
96 WireFormatLite::FieldType value_wire_type,
106 WireFormatLite::FieldType key_wire_type,
107 WireFormatLite::FieldType value_wire_type,
117 WireFormatLite::FieldType key_wire_type,
118 WireFormatLite::FieldType value_wire_type,
126 WireFormatLite::FieldType key_wire_type,
127 WireFormatLite::FieldType value_wire_type
    [all...]
map_type_handler.h 102 template <WireFormatLite::FieldType field_type, typename Type>
107 class MapWireFieldTypeTraits<WireFormatLite::TYPE_##FieldType, Type> { \
113 static const WireFormatLite::WireType kWireType = \
114 WireFormatLite::WIRETYPE_##WireFormatType; \
137 template <WireFormatLite::FieldType field_type, typename Type>
141 class MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type> {
145 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
148 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
151 static const WireFormatLite::WireType kWireType =
152 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kWireType
    [all...]
wire_format.h 71 // wire format via reflection. The WireFormatLite class implements the
79 static inline WireFormatLite::WireType WireTypeForField(
83 static inline WireFormatLite::WireType WireTypeForFieldType(
282 inline WireFormatLite::WireType WireFormat::WireTypeForField(
285 return WireFormatLite::WIRETYPE_LENGTH_DELIMITED;
291 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
295 return WireFormatLite::WireTypeForFieldType(
296 static_cast<WireFormatLite::FieldType>(
301 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
307 return WireFormatLite::TagSize(field_number
    [all...]
wire_format.cc 76 int number = WireFormatLite::GetTagFieldNumber(tag);
78 switch (WireFormatLite::GetTagWireType(tag)) {
79 case WireFormatLite::WIRETYPE_VARINT: {
85 case WireFormatLite::WIRETYPE_FIXED64: {
91 case WireFormatLite::WIRETYPE_LENGTH_DELIMITED: {
104 case WireFormatLite::WIRETYPE_START_GROUP: {
112 if (!input->LastTagWas(WireFormatLite::MakeTag(
113 WireFormatLite::GetTagFieldNumber(tag),
114 WireFormatLite::WIRETYPE_END_GROUP))) {
119 case WireFormatLite::WIRETYPE_END_GROUP:
    [all...]
map_field_inl.h 166 WireFormatLite::FieldType kKeyFieldType,
167 WireFormatLite::FieldType kValueFieldType,
173 WireFormatLite::FieldType kKeyFieldType,
174 WireFormatLite::FieldType kValueFieldType,
184 WireFormatLite::FieldType kKeyFieldType,
185 WireFormatLite::FieldType kValueFieldType,
192 WireFormatLite::FieldType kKeyFieldType,
193 WireFormatLite::FieldType kValueFieldType,
203 WireFormatLite::FieldType kKeyFieldType,
204 WireFormatLite::FieldType kValueFieldType
    [all...]
api.pb.cc 288 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
292 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
294 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
296 ::google::protobuf::internal::WireFormatLite::PARSE,
311 DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
327 DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
342 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
344 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
346 ::google::protobuf::internal::WireFormatLite::PARSE,
359 DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual
    [all...]
extension_set.cc 51 inline WireFormatLite::FieldType real_type(FieldType type) {
52 GOOGLE_DCHECK(type > 0 && type <= WireFormatLite::MAX_FIELD_TYPE);
53 return static_cast<WireFormatLite::FieldType>(type);
56 inline WireFormatLite::CppType cpp_type(FieldType type) {
57 return WireFormatLite::FieldTypeToCppType(real_type(type));
60 inline bool is_packable(WireFormatLite::WireType type) {
62 case WireFormatLite::WIRETYPE_VARINT:
63 case WireFormatLite::WIRETYPE_FIXED64:
64 case WireFormatLite::WIRETYPE_FIXED32:
66 case WireFormatLite::WIRETYPE_LENGTH_DELIMITED
    [all...]
map_entry_lite.h 42 WireFormatLite::FieldType kKeyFieldType,
43 WireFormatLite::FieldType kValueFieldType,
47 WireFormatLite::FieldType kKeyFieldType,
48 WireFormatLite::FieldType kValueFieldType,
60 WireFormatLite::FieldType kKeyFieldType,
61 WireFormatLite::FieldType kValueFieldType,
161 WireFormatLite::GetTagWireType(tag) ==
162 WireFormatLite::WIRETYPE_END_GROUP) {
165 if (!WireFormatLite::SkipField(input, tag)) return false;
293 template <typename K, typename V, WireFormatLite::FieldType k_wire_type
    [all...]
type.pb.cc 381 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
385 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
387 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
389 ::google::protobuf::internal::WireFormatLite::PARSE,
404 DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
419 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
421 DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
424 ::google::protobuf::internal::WireFormatLite::PARSE,
440 DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
455 DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 61 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
70 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
79 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>(
85 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>(
91 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>
    [all...]
map_field_lite.h 45 WireFormatLite::FieldType key_wire_type,
46 WireFormatLite::FieldType value_wire_type,
95 WireFormatLite::FieldType key_wire_type,
96 WireFormatLite::FieldType value_wire_type,
106 WireFormatLite::FieldType key_wire_type,
107 WireFormatLite::FieldType value_wire_type,
117 WireFormatLite::FieldType key_wire_type,
118 WireFormatLite::FieldType value_wire_type,
126 WireFormatLite::FieldType key_wire_type,
127 WireFormatLite::FieldType value_wire_type
    [all...]
map_type_handler.h 102 template <WireFormatLite::FieldType field_type, typename Type>
107 class MapWireFieldTypeTraits<WireFormatLite::TYPE_##FieldType, Type> { \
113 static const WireFormatLite::WireType kWireType = \
114 WireFormatLite::WIRETYPE_##WireFormatType; \
137 template <WireFormatLite::FieldType field_type, typename Type>
141 class MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type> {
145 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
148 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
151 static const WireFormatLite::WireType kWireType =
152 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kWireType
    [all...]
wire_format.h 71 // wire format via reflection. The WireFormatLite class implements the
79 static inline WireFormatLite::WireType WireTypeForField(
83 static inline WireFormatLite::WireType WireTypeForFieldType(
282 inline WireFormatLite::WireType WireFormat::WireTypeForField(
285 return WireFormatLite::WIRETYPE_LENGTH_DELIMITED;
291 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
295 return WireFormatLite::WireTypeForFieldType(
296 static_cast<WireFormatLite::FieldType>(
301 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
307 return WireFormatLite::TagSize(field_number
    [all...]
map_field_inl.h 166 WireFormatLite::FieldType kKeyFieldType,
167 WireFormatLite::FieldType kValueFieldType,
173 WireFormatLite::FieldType kKeyFieldType,
174 WireFormatLite::FieldType kValueFieldType,
184 WireFormatLite::FieldType kKeyFieldType,
185 WireFormatLite::FieldType kValueFieldType,
192 WireFormatLite::FieldType kKeyFieldType,
193 WireFormatLite::FieldType kValueFieldType,
203 WireFormatLite::FieldType kKeyFieldType,
204 WireFormatLite::FieldType kValueFieldType
    [all...]
map_entry_lite.h 42 WireFormatLite::FieldType kKeyFieldType,
43 WireFormatLite::FieldType kValueFieldType,
47 WireFormatLite::FieldType kKeyFieldType,
48 WireFormatLite::FieldType kValueFieldType,
60 WireFormatLite::FieldType kKeyFieldType,
61 WireFormatLite::FieldType kValueFieldType,
161 WireFormatLite::GetTagWireType(tag) ==
162 WireFormatLite::WIRETYPE_END_GROUP) {
165 if (!WireFormatLite::SkipField(input, tag)) return false;
293 template <typename K, typename V, WireFormatLite::FieldType k_wire_type
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 54 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
63 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
72 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>(
78 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>(
84 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>
    [all...]
wire_format.h 71 // wire format via reflection. The WireFormatLite class implements the
79 static inline WireFormatLite::WireType WireTypeForField(
83 static inline WireFormatLite::WireType WireTypeForFieldType(
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
266 return WireFormatLite::WIRETYPE_LENGTH_DELIMITED;
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
276 return WireFormatLite::WireTypeForFieldType(
277 static_cast<WireFormatLite::FieldType>(
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
288 return WireFormatLite::TagSize(field_number
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 54 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
63 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
72 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>(
78 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>(
84 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>
    [all...]
wire_format.h 71 // wire format via reflection. The WireFormatLite class implements the
79 static inline WireFormatLite::WireType WireTypeForField(
83 static inline WireFormatLite::WireType WireTypeForFieldType(
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
266 return WireFormatLite::WIRETYPE_LENGTH_DELIMITED;
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
276 return WireFormatLite::WireTypeForFieldType(
277 static_cast<WireFormatLite::FieldType>(
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
288 return WireFormatLite::TagSize(field_number
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 54 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
63 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
72 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>(
78 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>(
84 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>
    [all...]
wire_format.h 71 // wire format via reflection. The WireFormatLite class implements the
79 static inline WireFormatLite::WireType WireTypeForField(
83 static inline WireFormatLite::WireType WireTypeForFieldType(
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
266 return WireFormatLite::WIRETYPE_LENGTH_DELIMITED;
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
276 return WireFormatLite::WireTypeForFieldType(
277 static_cast<WireFormatLite::FieldType>(
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
288 return WireFormatLite::TagSize(field_number
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 54 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
63 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
72 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>(
78 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>(
84 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>
    [all...]
wire_format.h 71 // wire format via reflection. The WireFormatLite class implements the
79 static inline WireFormatLite::WireType WireTypeForField(
83 static inline WireFormatLite::WireType WireTypeForFieldType(
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
266 return WireFormatLite::WIRETYPE_LENGTH_DELIMITED;
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
276 return WireFormatLite::WireTypeForFieldType(
277 static_cast<WireFormatLite::FieldType>(
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
288 return WireFormatLite::TagSize(field_number
    [all...]

Completed in 398 milliseconds

1 2 3 4