Searched refs:constraint_it (Results 1 – 4 of 4) sorted by relevance
120 auto constraint_it = in ComputeTable() local124 if (constraint_it == cs.end()) { in ComputeTable()127 if (constraint_it->value.type == SqlValue::Type::kNull) { in ComputeTable()142 if (constraint_it->value.type != SqlValue::Type::kLong) { in ComputeTable()146 int64_t start_id = constraint_it->value.AsLong(); in ComputeTable()
122 auto constraint_it = in ComputeTable() local126 if (constraint_it == cs.end()) { in ComputeTable()129 if (constraint_it->value.type == SqlValue::Type::kNull) { in ComputeTable()148 if (constraint_it->value.type != SqlValue::Type::kLong) { in ComputeTable()152 int64_t start_id = constraint_it->value.AsLong(); in ComputeTable()
146 auto constraint_it = in ComputeTable() local150 PERFETTO_DCHECK(constraint_it != cs.end()); in ComputeTable()151 if (constraint_it == cs.end() || in ComputeTable()152 constraint_it->value.type != SqlValue::Type::kLong) { in ComputeTable()157 CallsiteId(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()