Home | History | Annotate | Download | only in src

Lines Matching defs:kNone

715   Interval() : from_(kNone), to_(kNone) { }
718 if (that.from_ == kNone)
720 else if (from_ == kNone)
728 bool is_empty() { return from_ == kNone; }
732 static const int kNone = -1;