/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 154 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator() 165 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator() 176 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator()
|
D | cpp_extension.cc | 68 case FieldDescriptor::CPPTYPE_ENUM: in ExtensionGenerator()
|
D | cpp_helpers.cc | 309 case FieldDescriptor::CPPTYPE_ENUM: in CanInitializeByZeroing() 480 case FieldDescriptor::CPPTYPE_ENUM: in EstimateAlignmentSize() 542 case FieldDescriptor::CPPTYPE_ENUM: in PrimitiveTypeName() 574 case FieldDescriptor::CPPTYPE_ENUM: in PrimitiveTypeName() 714 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue() 974 case FieldDescriptor::CPPTYPE_ENUM: in IsStringOrMessage()
|
D | cpp_map_field.cc | 65 case FieldDescriptor::CPPTYPE_ENUM: in SetMessageVariables()
|
/third_party/protobuf/src/google/protobuf/ |
D | map_field.h | 157 case FieldDescriptor::CPPTYPE_ENUM: 185 case FieldDescriptor::CPPTYPE_ENUM: 211 case FieldDescriptor::CPPTYPE_ENUM: in CopyFrom() 610 TYPE_CHECK(FieldDescriptor::CPPTYPE_ENUM, "MapValueRef::SetEnumValue"); 647 TYPE_CHECK(FieldDescriptor::CPPTYPE_ENUM, "MapValueRef::GetEnumValue"); 807 case ::PROTOBUF_NAMESPACE_ID::FieldDescriptor::CPPTYPE_ENUM:
|
D | dynamic_message.cc | 147 case FD::CPPTYPE_ENUM: in FieldSpaceUsed() 180 case FD::CPPTYPE_ENUM: in FieldSpaceUsed() 219 case FD::CPPTYPE_ENUM: in OneofFieldSpaceUsed() 415 case FieldDescriptor::CPPTYPE_ENUM: in SharedCtor() 874 case FieldDescriptor::CPPTYPE_ENUM: in ConstructDefaultOneofInstance()
|
D | map_field.cc | 336 case FieldDescriptor::CPPTYPE_ENUM: { in MergeFrom() 402 case FieldDescriptor::CPPTYPE_ENUM: in SyncRepeatedFieldWithMapNoLock() 433 case FieldDescriptor::CPPTYPE_ENUM: in SyncRepeatedFieldWithMapNoLock() 485 case FieldDescriptor::CPPTYPE_ENUM: in SyncMapWithRepeatedFieldNoLock()
|
D | extension_set.cc | 419 case WireFormatLite::CPPTYPE_ENUM: in MutableRawRepeatedField() 468 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); in SetEnum() 496 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); in AddEnum() 824 case WireFormatLite::CPPTYPE_ENUM: in RemoveLast() 871 case WireFormatLite::CPPTYPE_ENUM: in SwapElements()
|
D | generated_message_reflection.cc | 308 case FieldDescriptor::CPPTYPE_ENUM: in SpaceUsedLong() 829 case FieldDescriptor::CPPTYPE_ENUM: in ClearField() 1755 (field->cpp_type() != FieldDescriptor::CPPTYPE_ENUM || in MutableRawRepeatedField() 2025 case FieldDescriptor::CPPTYPE_ENUM: in HasBit() 2256 (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM && in RepeatedFieldData()
|
D | text_format.cc | 777 case FieldDescriptor::CPPTYPE_ENUM: { in ConsumeFieldValue() 2163 case FieldDescriptor::CPPTYPE_ENUM: in CopyKey() 2199 case FieldDescriptor::CPPTYPE_ENUM: in CopyValue() 2389 case FieldDescriptor::CPPTYPE_ENUM: { in PrintFieldValue()
|
D | extension_set_heavy.cc | 311 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in Find()
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 146 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValueForField() 190 } else if (value_field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in GenerateField() 212 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in GenerateField()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 159 case FieldDescriptor::CPPTYPE_ENUM: { in AssignItem() 254 case FieldDescriptor::CPPTYPE_ENUM: { in Item() 392 case FieldDescriptor::CPPTYPE_ENUM: { in Subscript()
|
D | map_container.cc | 220 case FieldDescriptor::CPPTYPE_ENUM: in MapValueRefToPython() 281 case FieldDescriptor::CPPTYPE_ENUM: { in PythonToMapValueRef()
|
D | message.cc | 1190 } else if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in InitAttributes() 1243 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in InitAttributes() 2248 case FieldDescriptor::CPPTYPE_ENUM: { in InternalGetScalar() 2344 case FieldDescriptor::CPPTYPE_ENUM: { in InternalSetNonOneofScalar()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 228 case FieldDescriptor::CPPTYPE_ENUM: { in ConvertOptionField() 349 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValueAsString()
|
D | field_comparator.cc | 82 case FieldDescriptor::CPPTYPE_ENUM: in Compare()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 563 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue() 597 case FieldDescriptor::CPPTYPE_ENUM: in IsDefaultValueJavaDefault()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 790 case FieldDescriptor::CPPTYPE_ENUM: in GPBGenericValueFieldName() 862 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue() 907 case FieldDescriptor::CPPTYPE_ENUM: in HasNonZeroDefaultValue()
|
/third_party/protobuf/python/google/protobuf/ |
D | json_format.py | 286 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM: 740 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
|
D | descriptor.py | 492 CPPTYPE_ENUM = 8 variable in FieldDescriptor 500 TYPE_ENUM: CPPTYPE_ENUM,
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 548 if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in EnumOrMessageSuffix() 735 } else if (value->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in GenerateFieldAccessor() 753 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in GenerateFieldAccessor() 765 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in GenerateFieldAccessor()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 111 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM:
|
D | python_message.py | 550 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM: 566 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM:
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 847 case FieldDescriptor::CPPTYPE_ENUM: in JSFieldDefault() 961 case FieldDescriptor::CPPTYPE_ENUM: in JSTypeName() 1238 assert(field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM || in RelativeTypeName() 1244 std::string type = (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) in RelativeTypeName() 1951 if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM && in FindRequiresForField() 3292 case FieldDescriptor::CPPTYPE_ENUM: in GenerateClassSerializeBinaryField()
|