Searched defs:ResolveEntryPoint (Results 1 – 2 of 2) sorted by relevance
200 Expected<Method *, char const *> ResolveEntryPoint(InteropCtx *ctx, std::string_view entryPoint) in ResolveEntryPoint() function
973 Expected<Method *, Runtime::Error> Runtime::ResolveEntryPoint(std::string_view entryPoint) in ResolveEntryPoint() function in ark::Runtime