Searched refs:is_start (Results 1 – 1 of 1) sorted by relevance
99 bool is_start = IsStart(field); in LookupPredicate() local100 return (entry == value) || (entry < value && is_start); in LookupPredicate()154 bool is_start = IsStart(field); in LookupMapping() local155 bool found = (entry == key) || (entry < key && is_start); in LookupMapping()