Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaReferencesCache.cpp58 const std::vector<std::pair<std::string, std::string>> &methodsNames in loadJClass() argument
65 methods.reserve(methodsNames.size()); in loadJClass()
67 for (auto &method: methodsNames) { in loadJClass()
/expo/docs/components/plugins/
H A DAPISection.tsx204 const methodsNames = methods.map(method => method.name);
210 !methodsNames.includes(method.name) &&