Lines Matching refs:fieldOffset
2669 size_t fieldOffset = field->description_->offset;
2676 BOOL selfValue = GPBGetHasIvar(self, (int32_t)(fieldOffset), 0);
2677 BOOL otherValue = GPBGetHasIvar(other, (int32_t)(fieldOffset), 0);
2692 uint32_t *selfValPtr = (uint32_t *)&selfStorage[fieldOffset];
2693 uint32_t *otherValPtr = (uint32_t *)&otherStorage[fieldOffset];
2707 uint64_t *selfValPtr = (uint64_t *)&selfStorage[fieldOffset];
2708 uint64_t *otherValPtr = (uint64_t *)&otherStorage[fieldOffset];
2719 id *selfValPtr = (id *)&selfStorage[fieldOffset];
2720 id *otherValPtr = (id *)&otherStorage[fieldOffset];
2784 size_t fieldOffset = field->description_->offset;
2791 BOOL value = GPBGetHasIvar(self, (int32_t)(fieldOffset), 0);
2804 uint32_t *valPtr = (uint32_t *)&storage[fieldOffset];
2816 uint64_t *valPtr = (uint64_t *)&storage[fieldOffset];
2823 id *valPtr = (id *)&storage[fieldOffset];
2830 GPBMessage **valPtr = (GPBMessage **)&storage[fieldOffset];