Searched defs:reprs (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/src/ |
D | lib.rs | 79 let reprs = try_or_print!(repr::reprs::<Repr>(&ast.attrs)); in derive_known_layout() localVariable 372 let reprs = try_or_print!(ENUM_FROM_BYTES_CFG.validate_reprs(ast)); in derive_from_bytes_enum() localVariable 433 let reprs = try_or_print!(STRUCT_UNION_AS_BYTES_CFG.validate_reprs(ast)); in derive_as_bytes_struct() localVariable 540 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_struct() localVariable 609 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_union() localVariable
|
D | repr.rs | 67 let mut reprs = Vec::new(); in validate_reprs() localVariable 276 pub(crate) fn reprs<R: KindRepr>(attrs: &[Attribute]) -> Result<Vec<(Meta, R)>, Vec<Error>> { in reprs() function 277 let mut reprs = Vec::new(); in reprs() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/src/ |
D | lib.rs | 79 let reprs = try_or_print!(repr::reprs::<Repr>(&ast.attrs)); in derive_known_layout() localVariable 372 let reprs = try_or_print!(ENUM_FROM_BYTES_CFG.validate_reprs(ast)); in derive_from_bytes_enum() localVariable 433 let reprs = try_or_print!(STRUCT_UNION_AS_BYTES_CFG.validate_reprs(ast)); in derive_as_bytes_struct() localVariable 540 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_struct() localVariable 609 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_union() localVariable
|
D | repr.rs | 67 let mut reprs = Vec::new(); in validate_reprs() localVariable 276 pub(crate) fn reprs<R: KindRepr>(attrs: &[Attribute]) -> Result<Vec<(Meta, R)>, Vec<Error>> { in reprs() function 277 let mut reprs = Vec::new(); in reprs() localVariable
|
/aosp_15_r20/external/python/cpython3/Doc/reference/ |
D | import.rst | 696 .. _pyc-invalidation:
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | test_util.py | 889 def build_ref_graph(obj, graph, reprs, denylist): argument 915 def find_cycle(el, graph, reprs, path): argument
|