Home | History | Annotate | Download | only in src

Lines Matching refs:ICsWithTypeInfoCountField

7018   return ICsWithTypeInfoCountField::decode(current);
7025 int new_count = ICsWithTypeInfoCountField::decode(value) + delta;
7032 new_count &= ICsWithTypeInfoCountField::kMask;
7033 value = ICsWithTypeInfoCountField::update(value, new_count);