Searched refs:methodsNames (Results 1 – 2 of 2) sorted by relevance
58 const std::vector<std::pair<std::string, std::string>> &methodsNames in loadJClass() argument65 methods.reserve(methodsNames.size()); in loadJClass()67 for (auto &method: methodsNames) { in loadJClass()
204 const methodsNames = methods.map(method => method.name);210 !methodsNames.includes(method.name) &&