Searched refs:constraint_it (Results 1 – 4 of 4) sorted by relevance
104 auto constraint_it = in ComputeTable() local108 PERFETTO_DCHECK(constraint_it != cs.end()); in ComputeTable()109 if (constraint_it == cs.end() || in ComputeTable()110 constraint_it->value.type != SqlValue::Type::kLong) { in ComputeTable()113 auto start_id = constraint_it->value.AsLong(); in ComputeTable()
116 auto constraint_it = in ComputeTable() local120 PERFETTO_DCHECK(constraint_it != cs.end()); in ComputeTable()121 if (constraint_it == cs.end() || in ComputeTable()122 constraint_it->value.type != SqlValue::Type::kLong) { in ComputeTable()125 auto start_id = constraint_it->value.AsLong(); in ComputeTable()
132 auto constraint_it = in ComputeTable() local136 PERFETTO_DCHECK(constraint_it != cs.end()); in ComputeTable()137 if (constraint_it == cs.end() || in ComputeTable()138 constraint_it->value.type != SqlValue::Type::kLong) { in ComputeTable()142 uint32_t start_id = static_cast<uint32_t>(constraint_it->value.AsLong()); in ComputeTable()
285 auto constraint_it = in RegisterCompilationKernels() local288 constraint_it != op_registration->type_constraints.end() in RegisterCompilationKernels()289 ? &constraint_it->second in RegisterCompilationKernels()