Searched refs:kHasRejectionToWarn (Results 1 – 3 of 3) sorted by relevance
41 const kHasRejectionToWarn = 1; constant78 tickInfo[kHasRejectionToWarn] = value ? 1 : 0;82 return tickInfo[kHasRejectionToWarn] === 1;
171 return fields_[kHasRejectionToWarn] == 1; in has_rejection_to_warn()
407 enum Fields { kHasTickScheduled = 0, kHasRejectionToWarn, kFieldsCount }; enumerator