Searched refs:TryFindMethod (Results 1 – 2 of 2) sorted by relevance
325 std::variant<bool, panda_file::MethodItem *> Context::TryFindMethod(panda_file::BaseClassItem *klas… in TryFindMethod() function in ark::static_linker::Context355 auto res = TryFindMethod(searchIn, fm, relatedItems); in TryFindMethod()397 auto res = TryFindMethod(clz, fm, &details); in MergeForeignMethod()
294 std::variant<bool, panda_file::MethodItem *> TryFindMethod(panda_file::BaseClassItem *klass,