Home
last modified time | relevance | path

Searched refs:struct_impl (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs-codec-derive/src/
Dlib.rs102 ast::Data::Struct(ref s) => struct_impl(s, operation), in handle_input()
247 fn struct_impl(s: &Fields<MlsFieldReceiver>, operation: Operation) -> TokenStream { in struct_impl() function
/external/rust/android-crates-io/crates/async-trait/tests/
Dtest.rs646 let mut struct_impl = Impl(0); in tracing() localVariable
647 let fut = struct_impl.foo(5); in tracing()
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dmod.rs708 let (struct_decl, struct_impl) = generate_data_struct(scope, schema, endianness, id); in generate_struct_decl()
711 #struct_impl in generate_struct_decl()