Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DExpectedType.cpp35 std::string ExpectedType::getJClassString(bool allowsPrimitives) { in getJClassString() function in expo::ExpectedType
77 auto innerType = this->getFirstType()->getFirstParameterType()->getJClassString(true); in getJClassString()
H A DExpectedType.h45 std::string getJClassString(bool allowsPrimitives = false);
H A DFrontendConverter.cpp297 javaType = parameterExpectedType->getJClassString(); in PrimitiveArrayFrontendConverter()