Home
last modified time | relevance | path

Searched refs:allowsPrimitives (Results 1 – 2 of 2) 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() argument
38 if (allowsPrimitives) { in getJClassString()
44 if (allowsPrimitives) { in getJClassString()
50 if (allowsPrimitives) { in getJClassString()
H A DExpectedType.h45 std::string getJClassString(bool allowsPrimitives = false);