Searched refs:all_constraints (Results 1 – 2 of 2) sorted by relevance
70 all_constraints: HashMap<String, &'d Constraint>, field229 assert!(self.all_constraints.is_empty()); in inherit()230 self.all_constraints = parent.all_constraints.clone(); in inherit()234 if let Some(prev) = self.all_constraints.insert(id, constraint) { in inherit()250 self.all_constraints.insert(id.clone(), constraint); in inherit()1189 all_constraints: HashMap::new(), in scope()
1290 auto all_constraints = GetAllConstraints(); in GenRustBuilderStructImpls() local1307 auto constraint = all_constraints.find(field->GetName()); in GenRustBuilderStructImpls()1309 if (constraint != all_constraints.end()) { in GenRustBuilderStructImpls()