Searched refs:curEntry (Results 1 – 1 of 1) sorted by relevance
3758 theme_entry* curEntry = curEntries + e; in applyStyle() local3762 curEntry->value.dataType); in applyStyle()3764 if (force || (curEntry->value.dataType == Res_value::TYPE_NULL in applyStyle()3765 && curEntry->value.data != Res_value::DATA_NULL_EMPTY)) { in applyStyle()3766 curEntry->stringBlock = bag->stringBlock; in applyStyle()3767 curEntry->typeSpecFlags |= bagTypeSpecFlags; in applyStyle()3768 curEntry->value = bag->map.value; in applyStyle()4650 size_t curEntry = 0; in getBagLocked() local4683 while ((isInside=(curEntry < set->numAttrs)) in getBagLocked()4684 && (oldName=entries[curEntry].map.name.ident) < newName) { in getBagLocked()[all …]