Home
last modified time | relevance | path

Searched refs:CPPTYPE_MESSAGE (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dextension_dict.cc68 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ReleaseExtension()
81 } else if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ReleaseExtension()
102 descriptor->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in subscript()
121 descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in subscript()
132 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in subscript()
170 descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ass_subscript()
Dmessage.cc445 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in VisitCompositeField()
463 } else if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in VisitCompositeField()
782 if (existing_field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
1077 if (value_descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
1106 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
1168 } else if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
1398 if (field_descriptor->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
2658 if (value_type->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
2681 if (field_descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
2703 if (field_descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py281 return value_type.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE
413 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
428 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
500 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
519 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
588 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
786 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
816 if (is_proto3 and field.cpp_type != _FieldDescriptor.CPPTYPE_MESSAGE and
838 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
904 if extension_handle.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
[all …]
Dwell_known_types.py585 field.cpp_type != FieldDescriptor.CPPTYPE_MESSAGE):
598 if field.cpp_type == FieldDescriptor.CPPTYPE_MESSAGE:
604 if field.cpp_type == FieldDescriptor.CPPTYPE_MESSAGE:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dreflection_ops.cc92 case FieldDescriptor::CPPTYPE_MESSAGE: in Merge()
117 case FieldDescriptor::CPPTYPE_MESSAGE: in Merge()
159 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in IsInitialized()
190 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in DiscardUnknownFields()
245 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in FindInitializationErrors()
Ddynamic_message.cc122 case FD::CPPTYPE_MESSAGE: in FieldSpaceUsed()
148 case FD::CPPTYPE_MESSAGE: in FieldSpaceUsed()
179 case FD::CPPTYPE_MESSAGE: in OneofFieldSpaceUsed()
402 case FieldDescriptor::CPPTYPE_MESSAGE: { in SharedCtor()
463 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ~DynamicMessage()
499 case FieldDescriptor::CPPTYPE_MESSAGE: in ~DynamicMessage()
522 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ~DynamicMessage()
549 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && in CrossLinkPrototypes()
845 case FieldDescriptor::CPPTYPE_MESSAGE: { in ConstructDefaultOneofInstance()
Dmap_field.cc212 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: { in InsertOrLookupMapValue()
307 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: in SyncRepeatedFieldWithMapNoLock()
340 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: { in SyncRepeatedFieldWithMapNoLock()
389 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: in SyncMapWithRepeatedFieldNoLock()
413 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: { in SyncMapWithRepeatedFieldNoLock()
456 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: { in SpaceUsedExcludingSelfNoLock()
Dgenerated_message_reflection.cc321 case FieldDescriptor::CPPTYPE_MESSAGE: in SpaceUsed()
374 case FieldDescriptor::CPPTYPE_MESSAGE: in SpaceUsed()
424 case FieldDescriptor::CPPTYPE_MESSAGE: in SwapField()
458 case FieldDescriptor::CPPTYPE_MESSAGE: in SwapField()
551 case FieldDescriptor::CPPTYPE_MESSAGE: in SwapOneofField()
583 case FieldDescriptor::CPPTYPE_MESSAGE: in SwapOneofField()
617 case FieldDescriptor::CPPTYPE_MESSAGE: in SwapOneofField()
788 case FieldDescriptor::CPPTYPE_MESSAGE: in FieldSize()
852 case FieldDescriptor::CPPTYPE_MESSAGE: in ClearField()
893 case FieldDescriptor::CPPTYPE_MESSAGE: { in ClearField()
[all …]
Dmessage.h1118 GetRawRepeatedField(message, field, FieldDescriptor::CPPTYPE_MESSAGE, in GetRepeatedPtrField()
1127 FieldDescriptor::CPPTYPE_MESSAGE, -1, in MutableRepeatedPtrField()
1135 GetRawRepeatedField(message, field, FieldDescriptor::CPPTYPE_MESSAGE, in GetRepeatedPtrField()
1144 FieldDescriptor::CPPTYPE_MESSAGE, -1, in MutableRepeatedPtrField()
Dextension_set_heavy.cc167 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE); in MutableMessage()
243 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE); in MaybeNewRepeatedExtension()
297 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in Find()
380 case FieldDescriptor::CPPTYPE_MESSAGE: in SpaceUsedExcludingSelf()
395 case FieldDescriptor::CPPTYPE_MESSAGE: in SpaceUsedExcludingSelf()
Dtext_format.cc286 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ParseField()
509 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ConsumeField()
520 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ConsumeField()
531 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ConsumeField()
744 case FieldDescriptor::CPPTYPE_MESSAGE: { in ConsumeFieldValue()
1683 field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in PrintField()
1716 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in PrintField()
1858 case FieldDescriptor::CPPTYPE_MESSAGE: in PrintFieldValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_field.cc139 case FieldDescriptor::CPPTYPE_MESSAGE: in MakeGenerator()
158 case FieldDescriptor::CPPTYPE_MESSAGE: in MakeGenerator()
173 case FieldDescriptor::CPPTYPE_MESSAGE: in MakeGenerator()
Dcpp_extension.cc79 case FieldDescriptor::CPPTYPE_MESSAGE: in ExtensionGenerator()
189 case FieldDescriptor::CPPTYPE_MESSAGE: in GenerateRegistration()
Dcpp_helpers.cc236 if (field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in IsFieldDependent()
301 case FieldDescriptor::CPPTYPE_MESSAGE: return NULL; in PrimitiveTypeName()
417 case FieldDescriptor::CPPTYPE_MESSAGE: in DefaultValue()
585 case FieldDescriptor::CPPTYPE_MESSAGE: in IsStringOrMessage()
Dcpp_message.cc139 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && in HasRequiredFields()
176 case FieldDescriptor::CPPTYPE_MESSAGE: in EstimateAlignmentSize()
305 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in EmitFieldNonDefaultCondition()
337 return field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE; in HasHasMethod()
348 case FieldDescriptor::CPPTYPE_MESSAGE: in CollectMapInfo()
503 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && in GenerateFieldAccessorDeclarations()
638 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in GenerateSingularFieldHasBits()
1526 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE || in GenerateDescriptorDeclarations()
2069 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in GenerateSharedDestructorCode()
2219 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && in GenerateStructors()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dfield_mask_util.cc144 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in InternalIsValidPath()
369 field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in MergeMessage()
402 case FieldDescriptor::CPPTYPE_MESSAGE: { in MergeMessage()
438 case FieldDescriptor::CPPTYPE_MESSAGE: { in MergeMessage()
462 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in TrimMessage()
Dmessage_differencer.cc265 GOOGLE_CHECK_EQ(FieldDescriptor::CPPTYPE_MESSAGE, field->cpp_type()) in TreatAsMap()
301 GOOGLE_CHECK_EQ(FieldDescriptor::CPPTYPE_MESSAGE, field->cpp_type()) in TreatAsMapWithMultipleFieldPathsAsKey()
315 GOOGLE_CHECK_EQ(FieldDescriptor::CPPTYPE_MESSAGE, parent_field->cpp_type()) in TreatAsMapWithMultipleFieldPathsAsKey()
336 GOOGLE_CHECK_EQ(FieldDescriptor::CPPTYPE_MESSAGE, field->cpp_type()) in TreatAsMapUsingKeyComparator()
754 if (repeated_field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in IsMatch()
904 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && in CompareFieldValueUsingParentFields()
1522 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in PrintValue()
1618 FieldDescriptor::CPPTYPE_MESSAGE) { in ReportModified()
Dfield_comparator.cc123 case FieldDescriptor::CPPTYPE_MESSAGE: in Compare()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Djson_format.py169 field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE) or
191 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
414 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
432 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
536 if value_field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
Ddescriptor.py455 CPPTYPE_MESSAGE = 10 variable in FieldDescriptor
475 TYPE_MESSAGE: CPPTYPE_MESSAGE,
476 TYPE_GROUP: CPPTYPE_MESSAGE
Dtext_format.py351 if field.cpp_type != descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
391 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
659 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
770 if value_cpptype == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc289 GOOGLE_CHECK(field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE); in SubmessageTypeRef()
810 case FieldDescriptor::CPPTYPE_MESSAGE: in JSFieldDefault()
905 case FieldDescriptor::CPPTYPE_MESSAGE: in JSTypeName()
922 field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE && in JSFieldTypeAnnotation()
1083 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE); in RelativeTypeName()
1265 (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) || in HasFieldPresence()
1700 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in FindRequiresForField()
2012 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in GenerateClassFieldToObject()
2104 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in GenerateClassFieldFromObject()
2265 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in GenerateClassField()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc131 if (value_field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in GenerateField()
153 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in GenerateField()
380 if ((field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && in UsesTypeFromFile()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_file.cc68 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in UsesExtensions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc468 case FieldDescriptor::CPPTYPE_MESSAGE: in DefaultValue()
501 case FieldDescriptor::CPPTYPE_MESSAGE: in IsDefaultValueJavaDefault()

12