Searched defs:intf (Results 1 – 14 of 14) sorted by relevance
49 for (const Json::Value& intf : entry["types"]) { in main() local54 for (const Json::Value& intf : entry["hashes"]) { in main() local
66 for (const FQName& intf : interfaces) { in CheckInterfaceInheritanceHierarchy() local110 Result<void> IsKnownInterface(const FQName& intf) { in IsKnownInterface()
164 for (const std::string& intf : iface.inherited) { in ReadInterfaceInheritanceHierarchy() local
48 for (const Json::Value& intf : entry["inheritedInterfaces"]) { in main() local
40 IEmpty intf = new IEmpty.Stub() {}; in testWriteAndThenReadMaps() local
57 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance() local80 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance() local
69 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance() local
43 struct usb_interface_descriptor intf; member49 struct usb_interface_descriptor intf; member
48 struct usb_interface_descriptor intf; member54 struct usb_interface_descriptor intf; member
269 if (auto intf = defined_type->AsInterface(); intf != nullptr) { in GetInterface() local
353 if (const AidlInterface* intf = type->AsInterface(); intf != nullptr) { in GetTypeAspect() local
166 int intf; member in AdfTest
132 HalInterface intf("IFoo", {"default"}); in testHalInterfaces() local476 static bool insert(std::map<std::string, HalInterface>* map, HalInterface&& intf) { in insert()
1505 [](const auto receivedNull, const auto &intf) { in TEST_F()