/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 151 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator() 166 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator() 181 case FieldDescriptor::CPPTYPE_ENUM: in MakeGenerator()
|
D | cpp_extension.cc | 69 case FieldDescriptor::CPPTYPE_ENUM: in ExtensionGenerator() 180 case FieldDescriptor::CPPTYPE_ENUM: in GenerateRegistration()
|
D | cpp_map_field.cc | 69 case FieldDescriptor::CPPTYPE_ENUM: in SetMessageVariables() 201 case FieldDescriptor::CPPTYPE_ENUM: in GenerateMergeFromCodedStream()
|
D | cpp_helpers.cc | 299 case FieldDescriptor::CPPTYPE_ENUM : return "int"; in PrimitiveTypeName() 406 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue() 582 case FieldDescriptor::CPPTYPE_ENUM: in IsStringOrMessage()
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 122 case FD::CPPTYPE_ENUM : return sizeof(RepeatedField<int >); in FieldSpaceUsed() 147 case FD::CPPTYPE_ENUM : return sizeof(int ); in FieldSpaceUsed() 178 case FD::CPPTYPE_ENUM : return sizeof(int ); in OneofFieldSpaceUsed() 372 case FieldDescriptor::CPPTYPE_ENUM: in SharedCtor() 833 case FieldDescriptor::CPPTYPE_ENUM: in ConstructDefaultOneofInstance()
|
D | map_field.cc | 306 case google::protobuf::FieldDescriptor::CPPTYPE_ENUM: in SyncRepeatedFieldWithMapNoLock() 337 case google::protobuf::FieldDescriptor::CPPTYPE_ENUM: in SyncRepeatedFieldWithMapNoLock() 388 case google::protobuf::FieldDescriptor::CPPTYPE_ENUM: in SyncMapWithRepeatedFieldNoLock()
|
D | map.h | 186 case FieldDescriptor::CPPTYPE_ENUM: 214 case FieldDescriptor::CPPTYPE_ENUM: 240 case FieldDescriptor::CPPTYPE_ENUM: in CopyFrom() 328 TYPE_CHECK(FieldDescriptor::CPPTYPE_ENUM, in SetEnumValue() 374 TYPE_CHECK(FieldDescriptor::CPPTYPE_ENUM, in GetEnumValue() 1693 case google::protobuf::FieldDescriptor::CPPTYPE_ENUM:
|
D | extension_set.cc | 388 case WireFormatLite::CPPTYPE_ENUM: in MutableRawRepeatedField() 438 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); in SetEnum() 467 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); in AddEnum() 797 case WireFormatLite::CPPTYPE_ENUM: in RemoveLast() 848 case WireFormatLite::CPPTYPE_ENUM: in SwapElements()
|
D | repeated_field_reflection.h | 286 FieldDescriptor::CPPTYPE_ENUM;
|
D | generated_message_reflection.cc | 347 case FieldDescriptor::CPPTYPE_ENUM : in SpaceUsed() 833 case FieldDescriptor::CPPTYPE_ENUM: in ClearField() 2056 case FieldDescriptor::CPPTYPE_ENUM: in HasBit() 2240 (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM && in RepeatedFieldData()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 159 case FieldDescriptor::CPPTYPE_ENUM: { in AssignItem() 251 case FieldDescriptor::CPPTYPE_ENUM: { in Item() 403 case FieldDescriptor::CPPTYPE_ENUM: { in Append()
|
D | map_container.cc | 222 case FieldDescriptor::CPPTYPE_ENUM: in MapValueRefToPython() 282 case FieldDescriptor::CPPTYPE_ENUM: { in PythonToMapValueRef()
|
D | message.cc | 1130 } else if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in CheckAndGetInteger() 1181 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in CheckAndGetInteger() 1445 field_descriptor->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in CheckAndGetInteger() 1684 if (field_descriptor->cpp_type() == FieldDescriptor::CPPTYPE_ENUM && in CheckAndGetInteger() 2276 case FieldDescriptor::CPPTYPE_ENUM: { in CheckAndGetInteger() 2389 case FieldDescriptor::CPPTYPE_ENUM: { in CheckAndGetInteger()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 410 && field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in DefaultValue() 467 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 135 } else if (value_field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in GenerateField() 157 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in GenerateField()
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib.cc | 278 case FieldDescriptor::CPPTYPE_ENUM: in AppendFieldValueAppend() 530 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { in AppendParseMessageFunction() 744 case FieldDescriptor::CPPTYPE_ENUM: in GetAllFileDescriptorsFromMessage()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 768 case FieldDescriptor::CPPTYPE_ENUM: in JSFieldDefault() 883 case FieldDescriptor::CPPTYPE_ENUM: in JSTypeName() 901 (field->cpp_type() != FieldDescriptor::CPPTYPE_ENUM && in JSFieldTypeAnnotation() 1050 assert(field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM || in RelativeTypeName() 1056 string type = (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) ? in RelativeTypeName() 1215 case FieldDescriptor::CPPTYPE_ENUM: in Proto3PrimitiveFieldDefault() 1616 if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM && in FindRequiresForField() 2578 case FieldDescriptor::CPPTYPE_ENUM: in GenerateClassSerializeBinaryField()
|
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator.cc | 86 case FieldDescriptor::CPPTYPE_ENUM: in Compare()
|
D | type_resolver_util.cc | 236 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValueAsString()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 450 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue() 486 case FieldDescriptor::CPPTYPE_ENUM: in IsDefaultValueJavaDefault()
|
/external/protobuf/python/google/protobuf/ |
D | json_format.py | 179 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM: 554 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
|
D | descriptor.py | 453 CPPTYPE_ENUM = 8 variable in FieldDescriptor 461 TYPE_ENUM: CPPTYPE_ENUM,
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 670 case FieldDescriptor::CPPTYPE_ENUM: in GPBGenericValueFieldName() 742 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue() 787 case FieldDescriptor::CPPTYPE_ENUM: in HasNonZeroDefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 338 case FieldDescriptor::CPPTYPE_ENUM: in DefaultValue()
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 77 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM:
|