Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp676 static bool DoObjectImplementInterface(const ETSObjectType *interfaceType, const ETSObjectType *tar… in DoObjectImplementInterface() function
679 … [&target](auto *it) { return it == target || DoObjectImplementInterface(it, target); }); in DoObjectImplementInterface()
686 … [&interfaceType](auto *it) { return DoObjectImplementInterface(it, interfaceType); }) == 1; in CheckIfInterfaceCanBeFoundOnDifferentPaths()