Searched refs:getCppType (Results 1 – 7 of 7) sorted by relevance
20 fun getCppType() = expectedCppType.value in <lambda>() method49 …nnerCombinedTypes: Int = innerPossibleTypes.fold(0) { acc, current -> acc or current.getCppType() } in acc()
20 fun getCppType() = expectedCppType.value in <lambda>() method in abi49_0_0.expo.modules.kotlin.jni.SingleType49 …nnerCombinedTypes: Int = innerPossibleTypes.fold(0) { acc, current -> acc or current.getCppType() } in acc()
20 fun getCppType() = expectedCppType.value in <lambda>() method in abi47_0_0.expo.modules.kotlin.jni.SingleType49 …nnerCombinedTypes: Int = innerPossibleTypes.fold(0) { acc, current -> acc or current.getCppType() } in acc()
22 CppType getCppType();
19 CppType SingleType::getCppType() { in getCppType() function in expo::SingleType
96 CppType combinedType = expectedType->getCppType(); in obtainConverterForSingleType()