Lines Matching full:is_start
99 bool is_start = IsStart(field);100 return (entry == value) || (entry < value && is_start);154 bool is_start = IsStart(field);155 bool found = (entry == key) || (entry < key && is_start);