Home
last modified time | relevance | path

Searched defs:reprs (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/zerocopy-derive/src/
Drepr.rs61 let mut reprs = Vec::new(); in validate_reprs() localVariable
251 fn reprs<R: KindRepr>(attrs: &[Attribute]) -> Result<Vec<(NestedMeta, R)>, Vec<Error>> { in reprs() function
252 let mut reprs = Vec::new(); in reprs() localVariable
Dlib.rs117 let reprs = try_or_print!(ENUM_FROM_BYTES_CFG.validate_reprs(ast)); in derive_from_bytes_enum() localVariable
184 let reprs = try_or_print!(STRUCT_UNION_AS_BYTES_CFG.validate_reprs(ast)); in derive_as_bytes_struct() localVariable
263 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_struct() localVariable
332 let reprs = try_or_print!(STRUCT_UNION_UNALIGNED_CFG.validate_reprs(ast)); in derive_unaligned_union() localVariable
/external/python/cpython3/Doc/reference/
Dimport.rst692 .. _pyc-invalidation:
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py889 def build_ref_graph(obj, graph, reprs, denylist): argument
915 def find_cycle(el, graph, reprs, path): argument