Searched defs:interface_impl (Results 1 – 3 of 3) sorted by relevance
27 let interface_impl = interface_impl(ident, udl_mode); in expand_object() localVariable63 pub(crate) fn interface_impl(ident: &Ident, udl_mode: bool) -> TokenStream { in interface_impl() function
465 IntegrationTestInterfaceImpl interface_impl; in TEST_F() local
1098 std::unique_ptr<IntegerSenderConnectionImpl> interface_impl; member