Home
last modified time | relevance | path

Searched defs:shouldReceiveType (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-modules-core/android-annotation-processor/src/main/java/expo/modules/annotationprocessor/
H A DExpoSymbolProcessor.kt72 val shouldReceiveType = shouldReceiveType(function) ?: return in visitFunctionDeclaration() constant
97 private fun shouldReceiveType(function: KSFunctionDeclaration): Boolean? { in shouldReceiveType() method in expo.modules.annotationprocessor.ConverterBinderVisitor