Home
last modified time | relevance | path

Searched refs:FindInterface (Results 1 – 6 of 6) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h61 DBusInterface* itf = object.FindInterface(method_call->GetInterface()); in CallMethod()
Ddbus_object.cc265 DBusInterface* DBusObject::FindInterface( in FindInterface() function in brillo::dbus_utils::DBusObject
Ddbus_object.h557 DBusInterface* FindInterface(const std::string& interface_name) const;
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h47 const Symbol *FindInterface(const Symbol &);
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp388 const Symbol *FindInterface(const Symbol &symbol) { in FindInterface() function
Dexpression.cpp1731 const auto *interface{semantics::FindInterface(proc)}; in GetPassIndex()