Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h122 enum ObjectiveCType { enum
154 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type);
156 inline ObjectiveCType GetObjectiveCType(const FieldDescriptor* field) { in GetObjectiveCType()
Dobjectivec_primitive_field.cc54 ObjectiveCType type = GetObjectiveCType(descriptor); in PrimitiveTypeName()
87 ObjectiveCType type = GetObjectiveCType(descriptor); in PrimitiveArrayTypeName()
Dobjectivec_map_field.cc53 ObjectiveCType type = GetObjectiveCType(descriptor); in MapEntryTypeName()
120 ObjectiveCType value_objc_type = GetObjectiveCType(value_descriptor); in MapFieldGenerator()
Dobjectivec_extension.cc90 ObjectiveCType objc_type = GetObjectiveCType(descriptor_); in GenerateStaticVariablesInitialization()
Dobjectivec_helpers.cc554 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type) { in GetObjectiveCType()
604 ObjectiveCType type = GetObjectiveCType(field); in IsPrimitiveType()