Home
last modified time | relevance | path

Searched refs:TYPE_GROUP (Results 1 – 25 of 55) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc97 case FieldDescriptor::TYPE_GROUP: in GetCSharpType()
291 if (field->type() == FieldDescriptor::Type::TYPE_GROUP && in GetGroupEndTag()
299 if (field->type() == FieldDescriptor::Type::TYPE_GROUP && in GetGroupEndTag()
311 if (field->type() == FieldDescriptor::Type::TYPE_GROUP && in GetGroupEndTag()
370 if (descriptor->type() == FieldDescriptor::TYPE_GROUP) { in GetFieldName()
452 case FieldDescriptor::TYPE_GROUP : return -1; in GetFixedSize()
508 case FieldDescriptor::TYPE_GROUP: in CreateFieldGenerator()
577 case FieldDescriptor::TYPE_GROUP: in IsNullable()
Dcsharp_field_base.cc60 if (descriptor_->type() == FieldDescriptor::TYPE_GROUP) { in SetCommonFieldVariables()
75 if (descriptor_->type() == FieldDescriptor::Type::TYPE_GROUP) { in SetCommonFieldVariables()
215 case FieldDescriptor::TYPE_GROUP: in type_name()
270 case FieldDescriptor::TYPE_GROUP: in has_default_value()
343 case FieldDescriptor::TYPE_GROUP: in default_value()
418 case FieldDescriptor::TYPE_GROUP: in capitalized_type_name()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc106 if (GetType(field) == FieldDescriptor::TYPE_GROUP) { in FieldName()
353 case FieldDescriptor::TYPE_GROUP: in GetJavaType()
478 case FieldDescriptor::TYPE_GROUP: in FieldTypeName()
760 case FieldDescriptor::TYPE_GROUP: in GetCapitalizedType()
811 case FieldDescriptor::TYPE_GROUP: in FixedSize()
931 if (result == FieldDescriptor::TYPE_GROUP) { in GetExperimentalJavaFieldTypeForSingular()
933 } else if (result < FieldDescriptor::TYPE_GROUP) { in GetExperimentalJavaFieldTypeForSingular()
941 if (field->type() == FieldDescriptor::TYPE_GROUP) { in GetExperimentalJavaFieldTypeForRepeated()
Djava_message_field.cc65 (GetType(descriptor) == FieldDescriptor::TYPE_GROUP) ? "Group" in SetMessageVariables()
467 if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) { in GenerateParsingCode()
767 if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) { in GenerateParsingCode()
1301 if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) { in GenerateParsingCode()
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php81 const TYPE_GROUP = 10; define in Google\\Protobuf\\Field\\Kind
142 self::TYPE_GROUP => 'TYPE_GROUP',
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php67 const TYPE_GROUP = 10; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
119 self::TYPE_GROUP => 'TYPE_GROUP',
/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py328 _FieldDescriptor.TYPE_GROUP: wire_format.GroupByteSize,
351 _FieldDescriptor.TYPE_GROUP: encoder.GroupEncoder,
374 _FieldDescriptor.TYPE_GROUP: encoder.GroupSizer,
397 _FieldDescriptor.TYPE_GROUP: decoder.GroupDecoder,
420 _FieldDescriptor.TYPE_GROUP: wire_format.WIRETYPE_START_GROUP,
Dwire_format.py253 descriptor.FieldDescriptor.TYPE_GROUP,
/third_party/protobuf/benchmarks/util/
Ddata_proto2_to_proto3_util.h48 return field->type() == FieldDescriptor::TYPE_GROUP; in ShouldBeClear()
55 return field->type() == FieldDescriptor::TYPE_GROUP || in ShouldBeClear()
Dschema_proto2_to_proto3_util.h36 if (field->type() == FieldDescriptor::TYPE_GROUP || in StripFile()
56 if (old_message->field(i)->type() == FieldDescriptor::TYPE_GROUP || in StripMessage()
63 if (old_message->extension(i)->type() == FieldDescriptor::TYPE_GROUP || in StripMessage()
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.cc119 case UnknownField::TYPE_GROUP: in SpaceUsedExcludingSelfLong()
170 field.SetType(UnknownField::TYPE_GROUP); in AddGroup()
244 case UnknownField::TYPE_GROUP: in Delete()
258 case UnknownField::TYPE_GROUP: { in DeepCopy()
Dextension_set_inl.h77 case WireFormatLite::TYPE_GROUP: in ParseFieldWithExtensionInfo()
175 case WireFormatLite::TYPE_GROUP: { in ParseFieldWithExtensionInfo()
178 ? AddMessage(number, WireFormatLite::TYPE_GROUP, in ParseFieldWithExtensionInfo()
181 : MutableMessage(number, WireFormatLite::TYPE_GROUP, in ParseFieldWithExtensionInfo()
Dunknown_field_set.h237 TYPE_GROUP enumerator
362 assert(type() == TYPE_GROUP); in group()
387 assert(type() == TYPE_GROUP); in mutable_group()
Dgenerated_message_util.cc391 struct SingularFieldHelper<WireFormatLite::TYPE_GROUP> {
461 struct RepeatedFieldHelper<WireFormatLite::TYPE_GROUP> {
526 struct PackedFieldHelper<WireFormatLite::TYPE_GROUP>
583 bool IsNull<WireFormatLite::TYPE_GROUP>(const void* ptr) { in IsNull()
636 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_GROUP); in SerializeInternal()
681 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_GROUP); in SerializeInternalToArray()
Dwire_format.cc218 case UnknownField::TYPE_GROUP: in InternalSerializeUnknownFieldsToArray()
297 case UnknownField::TYPE_GROUP: in ComputeUnknownFieldsSize()
510 case FieldDescriptor::TYPE_GROUP: in ParseAndMergeField()
602 case FieldDescriptor::TYPE_GROUP: { in ParseAndMergeField()
881 case FieldDescriptor::TYPE_GROUP: in _InternalParseAndMergeField()
1004 case FieldDescriptor::TYPE_GROUP: { in _InternalParseAndMergeField()
1071 case FieldDescriptor::TYPE_GROUP: in SerializeMapKeyWithCachedSizes()
1134 case FieldDescriptor::TYPE_GROUP: in SerializeMapValueRefWithCachedSizes()
1533 case FieldDescriptor::TYPE_GROUP: in MapKeyDataOnlyByteSize()
1571 case FieldDescriptor::TYPE_GROUP: in MapValueRefDataOnlyByteSize()
Dextension_set.cc142 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_GROUP); in RegisterExtension()
177 type == WireFormatLite::TYPE_GROUP); in RegisterMessageExtension()
1283 case WireFormatLite::TYPE_GROUP: in ParseFieldWithExtensionInfo()
1365 case WireFormatLite::TYPE_GROUP: { in ParseFieldWithExtensionInfo()
1368 ? AddMessage(number, WireFormatLite::TYPE_GROUP, in ParseFieldWithExtensionInfo()
1371 : MutableMessage(number, WireFormatLite::TYPE_GROUP, in ParseFieldWithExtensionInfo()
1605 case WireFormatLite::TYPE_GROUP: in ByteSize()
1968 case WireFormatLite::TYPE_GROUP: in InternalSerializeFieldWithCachedSizesToArray()
2055 case WireFormatLite::TYPE_GROUP: in InternalSerializeFieldWithCachedSizesToArray()
Dgenerated_message_table_driven_lite.h620 case WireFormatLite::TYPE_GROUP: { in MergePartialFromCodedStreamInlined()
640 case WireFormatLite::TYPE_GROUP | kRepeatedMask: { in MergePartialFromCodedStreamInlined()
822 case WireFormatLite::TYPE_GROUP: in MergePartialFromCodedStreamInlined()
/third_party/python/Lib/lib2to3/
Dbtm_utils.py14 TYPE_GROUP = -3 variable
53 if node.type == TYPE_GROUP:
135 new_node = MinNode(type=TYPE_GROUP)
/third_party/protobuf/python/google/protobuf/pyext/
Dunknown_fields.cc265 case UnknownField::TYPE_GROUP: in GetWireType()
292 case UnknownField::TYPE_GROUP: in GetData()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_message_field.cc54 (descriptor->type() == FieldDescriptor::TYPE_GROUP) ? "Group" : "Message"; in SetMessageVariables()
Dobjectivec_helpers.cc281 if (field->type() == FieldDescriptor::TYPE_GROUP) { in NameFromFieldDescriptor()
604 if (field->type() == FieldDescriptor::TYPE_GROUP) { in UnCamelCaseFieldName()
662 case FieldDescriptor::TYPE_GROUP: in GetCapitalizedType()
712 case FieldDescriptor::TYPE_GROUP: in GetObjectiveCType()
Dobjectivec_field.cc54 if (descriptor->type() == FieldDescriptor::TYPE_GROUP) { in SetCommonFieldVariables()
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc212 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_GROUP, in TEST_F()
273 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_GROUP, in TEST_F()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc88 case FieldDescriptor::TYPE_GROUP: in FixedSize()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py470 TYPE_GROUP = 10 variable in FieldDescriptor
515 TYPE_GROUP: CPPTYPE_MESSAGE

123