Home
last modified time | relevance | path

Searched refs:CPPTYPE_ENUM (Results 1 – 25 of 36) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_field.cc154 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator()
165 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator()
176 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator()
Dcpp_extension.cc68 case FieldDescriptor::CPPTYPE_ENUM: in ExtensionGenerator()
Dcpp_helpers.cc309 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()
Dcpp_map_field.cc65 case FieldDescriptor::CPPTYPE_ENUM: in SetMessageVariables()
/third_party/protobuf/src/google/protobuf/
Dmap_field.h157 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:
Ddynamic_message.cc147 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()
Dmap_field.cc336 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()
Dextension_set.cc419 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()
Dgenerated_message_reflection.cc308 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()
Dtext_format.cc777 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()
Dextension_set_heavy.cc311 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in Find()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc146 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/
Drepeated_scalar_container.cc159 case FieldDescriptor::CPPTYPE_ENUM: { in AssignItem()
254 case FieldDescriptor::CPPTYPE_ENUM: { in Item()
392 case FieldDescriptor::CPPTYPE_ENUM: { in Subscript()
Dmap_container.cc220 case FieldDescriptor::CPPTYPE_ENUM: in MapValueRefToPython()
281 case FieldDescriptor::CPPTYPE_ENUM: { in PythonToMapValueRef()
Dmessage.cc1190 } 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/
Dtype_resolver_util.cc228 case FieldDescriptor::CPPTYPE_ENUM: { in ConvertOptionField()
349 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValueAsString()
Dfield_comparator.cc82 case FieldDescriptor::CPPTYPE_ENUM: in Compare()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc563 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue()
597 case FieldDescriptor::CPPTYPE_ENUM: in IsDefaultValueJavaDefault()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc790 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/
Djson_format.py286 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
740 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
Ddescriptor.py492 CPPTYPE_ENUM = 8 variable in FieldDescriptor
500 TYPE_ENUM: CPPTYPE_ENUM,
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc548 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/
Dtype_checkers.py111 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM:
Dpython_message.py550 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM:
566 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM:
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc847 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()

12