Searched refs:predicates (Results 1 – 8 of 8) sorted by relevance
154 predicates: Punctuated::new(), in make_where_clause()469 pub predicates: Punctuated<WherePredicate, Token![,]>,940 predicates: { in parse()941 let mut predicates = Punctuated::new(); in parse() localVariable953 predicates.push_value(value); in parse()958 predicates.push_punct(punct); in parse()960 predicates in parse()1383 if !self.predicates.is_empty() { in to_tokens()1385 self.predicates.to_tokens(tokens); in to_tokens()
2254 predicates: self.predicates.clone(), in clone()
2287 self.predicates == other.predicates in eq()
3876 predicates: crate::punctuated::fold(node.predicates, f, F::fold_where_predicate), in fold_where_clause()
2857 self.predicates.hash(state); in hash()
3218 formatter.field("predicates", &self.predicates); in fmt()
3742 for mut el in Punctuated::pairs_mut(&mut node.predicates) { in visit_where_clause_mut()
3924 for el in Punctuated::pairs(&node.predicates) { in visit_where_clause()