Searched refs:hasIndex (Results 1 – 14 of 14) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/ |
D | Api.pbobjc.m | 96 .hasIndex = 0, 105 .hasIndex = GPBNoHasBit, 114 .hasIndex = GPBNoHasBit, 123 .hasIndex = 1, 132 .hasIndex = 2, 141 .hasIndex = GPBNoHasBit, 150 .hasIndex = 3, 215 .hasIndex = 0, 224 .hasIndex = 1, 233 .hasIndex = 2, [all …]
|
D | Type.pbobjc.m | 128 .hasIndex = 0, 137 .hasIndex = GPBNoHasBit, 146 .hasIndex = GPBNoHasBit, 155 .hasIndex = GPBNoHasBit, 164 .hasIndex = 1, 173 .hasIndex = 2, 245 .hasIndex = 0, 254 .hasIndex = 1, 263 .hasIndex = 2, 272 .hasIndex = 3, [all …]
|
D | Struct.pbobjc.m | 100 .hasIndex = GPBNoHasBit, 153 .hasIndex = -1, 162 .hasIndex = -1, 171 .hasIndex = -1, 180 .hasIndex = -1, 189 .hasIndex = -1, 198 .hasIndex = -1, 264 .hasIndex = GPBNoHasBit,
|
D | Wrappers.pbobjc.m | 67 .hasIndex = 0, 110 .hasIndex = 0, 153 .hasIndex = 0, 196 .hasIndex = 0, 239 .hasIndex = 0, 282 .hasIndex = 0, 324 .hasIndex = 0, 367 .hasIndex = 0, 410 .hasIndex = 0,
|
D | Timestamp.pbobjc.m | 69 .hasIndex = 0, 78 .hasIndex = 1,
|
D | Duration.pbobjc.m | 69 .hasIndex = 0, 78 .hasIndex = 1,
|
D | Any.pbobjc.m | 69 .hasIndex = 0, 78 .hasIndex = 1,
|
D | FieldMask.pbobjc.m | 67 .hasIndex = GPBNoHasBit,
|
D | SourceContext.pbobjc.m | 67 .hasIndex = 0,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 83 static NSArray *NewFieldsArrayForHasIndex(int hasIndex, 87 static NSArray *NewFieldsArrayForHasIndex(int hasIndex, 91 if (fieldDesc->description_->hasIndex == hasIndex) { 185 for (uint32_t i = 0, hasIndex = firstHasIndex; i < count; ++i, --hasIndex) { 187 NSArray *fieldsForOneof = NewFieldsArrayForHasIndex(hasIndex, fields_); 189 @"No fields for this oneof? (%s:%d)", name, hasIndex); 403 // If there is a positive hasIndex, then: 408 if ((coreDesc->hasIndex >= 0) && 409 (coreDesc->hasIndex != GPBNoHasBit) &&
|
D | GPBDescriptor_PackagePrivate.h | 94 int32_t hasIndex; member 264 return field->description_->hasIndex; in GPBFieldHasIndex()
|
D | GPBUtilities_PackagePrivate.h | 183 return GPBGetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number); in GPBGetHasIvarField() 188 GPBSetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number, value); in GPBSetHasIvarField()
|
D | GPBUtilities.m | 209 //% GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 331 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 517 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 564 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 613 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 662 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 711 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 760 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number); 809 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
|
D | GPBMessage.m | 2390 int32_t hasIndex = GPBFieldHasIndex(field); 2392 if (!GPBGetHasIvar(other, hasIndex, fieldNumber)) { 2442 if (GPBGetHasIvar(self, hasIndex, fieldNumber)) { 2604 int32_t hasIndex = GPBFieldHasIndex(field); 2606 BOOL selfHas = GPBGetHasIvar(self, hasIndex, fieldNum); 2607 BOOL otherHas = GPBGetHasIvar(other, hasIndex, fieldNum);
|