Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/allocators/
H A DObjectConstructor.kt4 fun construct(): T in interface() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/allocators/
H A DObjectConstructor.kt4 fun construct(): T in interface() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/allocators/
H A DObjectConstructor.kt4 fun construct(): T in interface() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/allocators/
H A DObjectConstructor.kt4 fun construct(): T in interface() method
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DRNObject.kt73 fun construct(vararg args: Any?): RNObject { in construct() method