Searched defs:reprs (Results 1 – 4 of 4) sorted by relevance
61 let mut reprs = Vec::new(); in validate_reprs() localVariable251 fn reprs<R: KindRepr>(attrs: &[Attribute]) -> Result<Vec<(NestedMeta, R)>, Vec<Error>> { in reprs() function252 let mut reprs = Vec::new(); in reprs() localVariable
117 let reprs = try_or_print!(ENUM_FROM_BYTES_CFG.validate_reprs(ast)); in derive_from_bytes_enum() localVariable184 let reprs = try_or_print!(STRUCT_UNION_AS_BYTES_CFG.validate_reprs(ast)); in derive_as_bytes_struct() localVariable263 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_struct() localVariable332 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_union() localVariable
692 .. _pyc-invalidation:
889 def build_ref_graph(obj, graph, reprs, denylist): argument915 def find_cycle(el, graph, reprs, path): argument