Home
last modified time | relevance | path

Searched refs:startMapper (Results 1 – 24 of 24) sorted by relevance

/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.h21 void startMapper(std::shared_ptr<Mapper> mapper);
H A DMapperRegistry.cpp11 void MapperRegistry::startMapper(std::shared_ptr<Mapper> mapper) { in startMapper() function in reanimated::MapperRegistry
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.h21 void startMapper(std::shared_ptr<Mapper> mapper);
H A DMapperRegistry.cpp11 void MapperRegistry::startMapper(std::shared_ptr<Mapper> mapper) { in startMapper() function in ABI47_0_0reanimated::MapperRegistry
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.h21 void startMapper(std::shared_ptr<Mapper> mapper);
H A DMapperRegistry.cpp11 void MapperRegistry::startMapper(std::shared_ptr<Mapper> mapper) { in startMapper() function in reanimated::MapperRegistry
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.h21 void startMapper(std::shared_ptr<Mapper> mapper);
H A DMapperRegistry.cpp11 void MapperRegistry::startMapper(std::shared_ptr<Mapper> mapper) { in startMapper() function in ABI48_0_0reanimated::MapperRegistry
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp48 static jsi::Value SPEC_PREFIX(startMapper)( in SPEC_PREFIX() argument
54 ->startMapper( in SPEC_PREFIX()
172 methodMap_["startMapper"] = MethodMetadata{5, SPEC_PREFIX(startMapper)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h37 virtual jsi::Value startMapper(
H A DNativeReanimatedModule.h50 jsi::Value startMapper(
H A DNativeReanimatedModule.cpp136 jsi::Value NativeReanimatedModule::startMapper( in startMapper() function in reanimated::NativeReanimatedModule
178 mapperRegistry->startMapper(mapperPointer); in startMapper()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp48 static jsi::Value SPEC_PREFIX(startMapper)( in SPEC_PREFIX() argument
54 ->startMapper( in SPEC_PREFIX()
172 methodMap_["startMapper"] = MethodMetadata{5, SPEC_PREFIX(startMapper)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h37 virtual jsi::Value startMapper(
H A DNativeReanimatedModule.h50 jsi::Value startMapper(
H A DNativeReanimatedModule.cpp135 jsi::Value NativeReanimatedModule::startMapper( in startMapper() function in ABI47_0_0reanimated::NativeReanimatedModule
177 mapperRegistry->startMapper(mapperPointer); in startMapper()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp48 static jsi::Value SPEC_PREFIX(startMapper)( in SPEC_PREFIX() argument
54 ->startMapper( in SPEC_PREFIX()
172 methodMap_["startMapper"] = MethodMetadata{5, SPEC_PREFIX(startMapper)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h37 virtual jsi::Value startMapper(
H A DNativeReanimatedModule.h50 jsi::Value startMapper(
H A DNativeReanimatedModule.cpp135 jsi::Value NativeReanimatedModule::startMapper( in startMapper() function in reanimated::NativeReanimatedModule
177 mapperRegistry->startMapper(mapperPointer); in startMapper()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp48 static jsi::Value SPEC_PREFIX(startMapper)( in SPEC_PREFIX() argument
54 ->startMapper( in SPEC_PREFIX()
172 methodMap_["startMapper"] = MethodMetadata{5, SPEC_PREFIX(startMapper)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h37 virtual jsi::Value startMapper(
H A DNativeReanimatedModule.h50 jsi::Value startMapper(
H A DNativeReanimatedModule.cpp136 jsi::Value NativeReanimatedModule::startMapper( in startMapper() function in ABI48_0_0reanimated::NativeReanimatedModule
178 mapperRegistry->startMapper(mapperPointer); in startMapper()