Home
last modified time | relevance | path

Searched refs:ObjectiveCType (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_primitive_field.cc52 ObjectiveCType type = GetObjectiveCType(descriptor); in PrimitiveTypeName()
85 ObjectiveCType type = GetObjectiveCType(descriptor); in PrimitiveArrayTypeName()
Dobjectivec_map_field.cc50 ObjectiveCType type = GetObjectiveCType(descriptor); in MapEntryTypeName()
118 ObjectiveCType value_objc_type = GetObjectiveCType(value_descriptor); in MapFieldGenerator()
Dobjectivec_extension.cc99 ObjectiveCType objc_type = GetObjectiveCType(descriptor_); in GenerateStaticVariablesInitialization()
140 ObjectiveCType objc_type = GetObjectiveCType(descriptor_); in DetermineObjectiveCClassDefinitions()
Dobjectivec_helpers.h142 enum ObjectiveCType { enum
201 ObjectiveCType PROTOC_EXPORT
204 inline ObjectiveCType GetObjectiveCType(const FieldDescriptor* field) { in GetObjectiveCType()
Dobjectivec_helpers.cc674 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type) { in GetObjectiveCType()
724 ObjectiveCType type = GetObjectiveCType(field); in IsPrimitiveType()