Searched refs:GetObjectiveCType (Results 1 – 6 of 6) sorted by relevance
50 ObjectiveCType type = GetObjectiveCType(descriptor); in MapEntryTypeName()118 ObjectiveCType value_objc_type = GetObjectiveCType(value_descriptor); in MapFieldGenerator()123 if ((GetObjectiveCType(key_descriptor) == OBJECTIVECTYPE_STRING) && in MapFieldGenerator()156 if (GetObjectiveCType(value_descriptor) == OBJECTIVECTYPE_ENUM) { in FinishInitialization()167 if (GetObjectiveCType(value_descriptor) == OBJECTIVECTYPE_MESSAGE) { in DetermineForwardDeclarations()179 if (GetObjectiveCType(value_descriptor) == OBJECTIVECTYPE_MESSAGE) { in DetermineObjectiveCClassDefinitions()
52 ObjectiveCType type = GetObjectiveCType(descriptor); in PrimitiveTypeName()85 ObjectiveCType type = GetObjectiveCType(descriptor); in PrimitiveArrayTypeName()137 if (GetObjectiveCType(descriptor_) == OBJECTIVECTYPE_BOOLEAN) { in GenerateFieldStorageDeclaration()145 if (GetObjectiveCType(descriptor_) == OBJECTIVECTYPE_BOOLEAN) { in ExtraRuntimeHasBitsNeeded()153 if (GetObjectiveCType(descriptor_) == OBJECTIVECTYPE_BOOLEAN) { in SetExtraRuntimeHasBitsBase()
99 ObjectiveCType objc_type = GetObjectiveCType(descriptor_); in GenerateStaticVariablesInitialization()140 ObjectiveCType objc_type = GetObjectiveCType(descriptor_); in DetermineObjectiveCClassDefinitions()
202 GetObjectiveCType(FieldDescriptor::Type field_type);204 inline ObjectiveCType GetObjectiveCType(const FieldDescriptor* field) { in GetObjectiveCType() function205 return GetObjectiveCType(field->type()); in GetObjectiveCType()
125 switch (GetObjectiveCType(field)) { in Make()142 switch (GetObjectiveCType(field)) { in Make()
674 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type) { in GetObjectiveCType() function724 ObjectiveCType type = GetObjectiveCType(field); in IsPrimitiveType()