Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DApi.pbobjc.m96 .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 …]
DType.pbobjc.m128 .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 …]
DStruct.pbobjc.m100 .hasIndex = GPBNoHasBit,
153 .hasIndex = -1,
162 .hasIndex = -1,
171 .hasIndex = -1,
180 .hasIndex = -1,
189 .hasIndex = -1,
198 .hasIndex = -1,
264 .hasIndex = GPBNoHasBit,
DWrappers.pbobjc.m67 .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,
DTimestamp.pbobjc.m69 .hasIndex = 0,
78 .hasIndex = 1,
DDuration.pbobjc.m69 .hasIndex = 0,
78 .hasIndex = 1,
DAny.pbobjc.m69 .hasIndex = 0,
78 .hasIndex = 1,
DFieldMask.pbobjc.m67 .hasIndex = GPBNoHasBit,
DSourceContext.pbobjc.m67 .hasIndex = 0,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m83 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) &&
DGPBDescriptor_PackagePrivate.h94 int32_t hasIndex; member
264 return field->description_->hasIndex; in GPBFieldHasIndex()
DGPBUtilities_PackagePrivate.h183 return GPBGetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number); in GPBGetHasIvarField()
188 GPBSetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number, value); in GPBSetHasIvarField()
DGPBUtilities.m209 //% 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);
DGPBMessage.m2390 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);