/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | extension_dict.cc | 68 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()
|
D | message.cc | 445 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/ |
D | python_message.py | 281 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 …]
|
D | well_known_types.py | 585 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/ |
D | reflection_ops.cc | 92 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()
|
D | dynamic_message.cc | 122 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()
|
D | map_field.cc | 212 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()
|
D | generated_message_reflection.cc | 321 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 …]
|
D | message.h | 1118 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()
|
D | extension_set_heavy.cc | 167 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()
|
D | text_format.cc | 286 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/ |
D | cpp_field.cc | 139 case FieldDescriptor::CPPTYPE_MESSAGE: in MakeGenerator() 158 case FieldDescriptor::CPPTYPE_MESSAGE: in MakeGenerator() 173 case FieldDescriptor::CPPTYPE_MESSAGE: in MakeGenerator()
|
D | cpp_extension.cc | 79 case FieldDescriptor::CPPTYPE_MESSAGE: in ExtensionGenerator() 189 case FieldDescriptor::CPPTYPE_MESSAGE: in GenerateRegistration()
|
D | cpp_helpers.cc | 236 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()
|
D | cpp_message.cc | 139 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/ |
D | field_mask_util.cc | 144 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()
|
D | message_differencer.cc | 265 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()
|
D | field_comparator.cc | 123 case FieldDescriptor::CPPTYPE_MESSAGE: in Compare()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | json_format.py | 169 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:
|
D | descriptor.py | 455 CPPTYPE_MESSAGE = 10 variable in FieldDescriptor 475 TYPE_MESSAGE: CPPTYPE_MESSAGE, 476 TYPE_GROUP: CPPTYPE_MESSAGE
|
D | text_format.py | 351 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/ |
D | js_generator.cc | 289 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/ |
D | ruby_generator.cc | 131 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/ |
D | javanano_file.cc | 68 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in UsesExtensions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 468 case FieldDescriptor::CPPTYPE_MESSAGE: in DefaultValue() 501 case FieldDescriptor::CPPTYPE_MESSAGE: in IsDefaultValueJavaDefault()
|