Lines Matching refs:kStopDisabledBit
1614 return !(watched_stops[code].count & kStopDisabledBit);1620 watched_stops[code].count &= ~kStopDisabledBit;1627 watched_stops[code].count |= kStopDisabledBit;1655 int32_t count = watched_stops[code].count & ~kStopDisabledBit;