Searched refs:predicates (Results 1 – 12 of 12) sorted by relevance
131 let predicates = if let Some(where_clause) = where_clause { in derive_known_layout_for_repr_c_struct() localVariable132 where_clause.predicates.clone() in derive_known_layout_for_repr_c_struct()163 #predicates in derive_known_layout_for_repr_c_struct()221 #predicates; in derive_known_layout_for_repr_c_struct()232 #predicates in derive_known_layout_for_repr_c_struct()
40 let where_predicates = where_clause.map(|clause| &clause.predicates); in derive_hash()68 let where_predicates = where_clause.map(|clause| &clause.predicates); in derive_eq()
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()
641 .map(|where_clause| where_clause.predicates.iter()) in build()
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()
192 A filter expression consists of one or more 'predicates' that can be