Home
last modified time | relevance | path

Searched refs:all_constraints (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/pdl/src/
Dlint.rs70 all_constraints: HashMap<String, &'d Constraint>, field
229 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()
/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_def.cc1290 auto all_constraints = GetAllConstraints(); in GenRustBuilderStructImpls() local
1307 auto constraint = all_constraints.find(field->GetName()); in GenRustBuilderStructImpls()
1309 if (constraint != all_constraints.end()) { in GenRustBuilderStructImpls()