Searched refs:interface_d (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dsuperinterface_tests.cpp123 auto interface_d = library.LookupInterface("D"); local
124 EXPECT_NONNULL(interface_d);
126 EXPECT_EQ(interface_d->all_methods.size(), 4);

Completed in 62 milliseconds