Searched refs:kHasTickScheduled (Results 1 – 3 of 3) sorted by relevance
45 const kHasTickScheduled = 0; constant48 return tickInfo[kHasTickScheduled] === 1;52 tickInfo[kHasTickScheduled] = value ? 1 : 0;
167 return fields_[kHasTickScheduled] == 1; in has_tick_scheduled()
412 enum Fields { kHasTickScheduled = 0, kHasRejectionToWarn, kFieldsCount }; enumerator