Searched defs:reprs (Results 1 – 9 of 9) sorted by relevance
/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/src/ |
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
|
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
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/src/ |
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
|
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
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/src/ |
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
|
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
|
/external/python/cpython3/Doc/reference/ |
D | import.rst | 605 .. _pyc-invalidation:
|
/external/rust/android-crates-io/crates/zerocopy-derive/src/ |
D | repr.rs | 507 let mut reprs = Vec::new(); in from_attrs() localVariable
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 889 def build_ref_graph(obj, graph, reprs, denylist): argument 915 def find_cycle(el, graph, reprs, path): argument
|