HomeSort by relevance Sort by last modified time
    Searched refs:GetObjectiveCType (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_map_field.cc 53 ObjectiveCType type = GetObjectiveCType(descriptor);
120 ObjectiveCType value_objc_type = GetObjectiveCType(value_descriptor);
125 if ((GetObjectiveCType(key_descriptor) == OBJECTIVECTYPE_STRING) &&
158 if (GetObjectiveCType(value_descriptor) == OBJECTIVECTYPE_ENUM) {
169 if (GetObjectiveCType(value_descriptor) == OBJECTIVECTYPE_MESSAGE) {
objectivec_primitive_field.cc 54 ObjectiveCType type = GetObjectiveCType(descriptor);
87 ObjectiveCType type = GetObjectiveCType(descriptor);
139 if (GetObjectiveCType(descriptor_) == OBJECTIVECTYPE_BOOLEAN) {
147 if (GetObjectiveCType(descriptor_) == OBJECTIVECTYPE_BOOLEAN) {
155 if (GetObjectiveCType(descriptor_) == OBJECTIVECTYPE_BOOLEAN) {
objectivec_helpers.h 154 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type);
156 inline ObjectiveCType GetObjectiveCType(const FieldDescriptor* field) {
157 return GetObjectiveCType(field->type());
objectivec_extension.cc 90 ObjectiveCType objc_type = GetObjectiveCType(descriptor_);
objectivec_field.cc 118 switch (GetObjectiveCType(field)) {
135 switch (GetObjectiveCType(field)) {
objectivec_helpers.cc 554 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type) {
604 ObjectiveCType type = GetObjectiveCType(field);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_helpers.h 158 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type);
160 inline ObjectiveCType GetObjectiveCType(const FieldDescriptor* field) {
161 return GetObjectiveCType(field->type());

Completed in 66 milliseconds