Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/javaclasses/
H A DCollections.h19 static auto addMethod = Collection<E>::javaClassStatic()-> in add() local
21 return addMethod(this->self(), element); in add()