Home
last modified time | relevance | path

Searched refs:RuntimeManager (Results 1 – 25 of 88) sorted by relevance

1234

/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h19 class RuntimeManager {
21 RuntimeManager(
34 virtual ~RuntimeManager() { in ~RuntimeManager()
H A DShareableValue.h36 RuntimeManager *runtimeManager;
42 ShareableValue(RuntimeManager *runtimeManager, std::shared_ptr<Scheduler> s) in ShareableValue()
58 RuntimeManager *runtimeManager,
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h19 class RuntimeManager {
21 RuntimeManager(
34 virtual ~RuntimeManager() { in ~RuntimeManager()
H A DShareableValue.h36 RuntimeManager *runtimeManager;
42 ShareableValue(RuntimeManager *runtimeManager, std::shared_ptr<Scheduler> s) in ShareableValue()
58 RuntimeManager *runtimeManager,
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h19 class RuntimeManager {
21 RuntimeManager(
34 virtual ~RuntimeManager() { in ~RuntimeManager()
H A DShareableValue.h36 RuntimeManager *runtimeManager;
42 ShareableValue(RuntimeManager *runtimeManager, std::shared_ptr<Scheduler> s) in ShareableValue()
58 RuntimeManager *runtimeManager,
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h19 class RuntimeManager {
21 RuntimeManager(
34 virtual ~RuntimeManager() { in ~RuntimeManager()
H A DShareableValue.h36 RuntimeManager *runtimeManager;
42 ShareableValue(RuntimeManager *runtimeManager, std::shared_ptr<Scheduler> s) in ShareableValue()
58 RuntimeManager *runtimeManager,
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/AnimatedSensor/
H A DAnimatedSensorModule.h25 RuntimeManager *runtimeManager_;
30 RuntimeManager *runtimeManager);
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/AnimatedSensor/
H A DAnimatedSensorModule.h25 RuntimeManager *runtimeManager_;
30 RuntimeManager *runtimeManager);
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/AnimatedSensor/
H A DAnimatedSensorModule.h25 RuntimeManager *runtimeManager_;
30 RuntimeManager *runtimeManager);
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/AnimatedSensor/
H A DAnimatedSensorModule.h25 RuntimeManager *runtimeManager_;
30 RuntimeManager *runtimeManager);
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h16 class RuntimeManager {
18 RuntimeManager(
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h16 class RuntimeManager {
18 RuntimeManager(
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h16 class RuntimeManager {
18 RuntimeManager(
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h16 class RuntimeManager {
18 RuntimeManager(
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DJSIStoreValueUser.h15 class RuntimeManager; variable
29 StoreUser(std::shared_ptr<Scheduler> s, const RuntimeManager &runtimeManager);
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DJSIStoreValueUser.h15 class RuntimeManager; variable
29 StoreUser(std::shared_ptr<Scheduler> s, const RuntimeManager &runtimeManager);
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DJSIStoreValueUser.h15 class RuntimeManager; variable
29 StoreUser(std::shared_ptr<Scheduler> s, const RuntimeManager &runtimeManager);
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DJSIStoreValueUser.h15 class RuntimeManager; variable
29 StoreUser(std::shared_ptr<Scheduler> s, const RuntimeManager &runtimeManager);
/expo/ios/vendored/sdk47/react-native-reanimated/ios/native/
H A DABI47_0_0REAIOSScheduler.mm2 #import <ABI47_0_0RNReanimated/RuntimeManager.h>
36 __block std::weak_ptr<RuntimeManager> blockRuntimeManager = runtimeManager;
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DREAIOSScheduler.mm2 #import <RNReanimated/RuntimeManager.h>
36 __block std::weak_ptr<RuntimeManager> blockRuntimeManager = runtimeManager;
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DABI49_0_0REAIOSScheduler.mm2 #import <ABI49_0_0RNReanimated/RuntimeManager.h>
36 __block std::weak_ptr<RuntimeManager> blockRuntimeManager = runtimeManager;
/expo/ios/vendored/sdk48/react-native-reanimated/ios/native/
H A DABI48_0_0REAIOSScheduler.mm2 #import <ABI48_0_0RNReanimated/RuntimeManager.h>
36 __block std::weak_ptr<RuntimeManager> blockRuntimeManager = runtimeManager;
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h69 class RuntimeManager; variable
77 void setRuntimeManager(std::shared_ptr<RuntimeManager> runtimeManager);
86 std::weak_ptr<RuntimeManager> runtimeManager;

1234