Searched defs:BreakList (Results 1 – 1 of 1) sorted by relevance
72 BreakList<T>::BreakList() : breaks_(1, Break(0, T())), max_(0) { in BreakList() function76 BreakList<T>::BreakList(T value) : breaks_(1, Break(0, value)), max_(0) { in BreakList() function