Lines Matching refs:v
114 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
117 Intersect(v, v + 1); in FilterId()
120 Intersect(v, end_); in FilterId()
123 v++; in FilterId()
124 Intersect(v, end_); in FilterId()
127 v++; in FilterId()
128 Intersect(0, v); in FilterId()
131 Intersect(0, v); in FilterId()
141 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local
145 IntersectabcEqual(times, v, getValue); in FilterTS()
148 v++; in FilterTS()
151 IntersectGreaterEqual(times, v, getValue); in FilterTS()
155 v++; in FilterTS()
158 IntersectLessEqual(times, v, getValue); in FilterTS()
161 RemoveNullElements(times, v); in FilterTS()