Home
last modified time | relevance | path

Searched defs:interface_impl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dobject.rs27 let interface_impl = interface_impl(ident, udl_mode); in expand_object() localVariable
63 pub(crate) fn interface_impl(ident: &Ident, udl_mode: bool) -> TokenStream { in interface_impl() function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc465 IntegrationTestInterfaceImpl interface_impl; in TEST_F() local
H A Dassociated_interface_unittest.cc1098 std::unique_ptr<IntegerSenderConnectionImpl> interface_impl; member