| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValueSetterProxy.cpp | 16 mutableValue->setValue(rt, newValue); in set() 19 if (mutableValue->animation.expired()) { in set() 20 mutableValue->animation = mutableValue->getWeakRef(rt); in set() 22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set() 34 return mutableValue->getValue(rt); in get() 36 return mutableValue->getValue(rt); in get() 38 if (mutableValue->animation.expired()) { in get() 39 mutableValue->animation = mutableValue->getWeakRef(rt); in get() 41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
|
| H A D | MutableValueSetterProxy.h | 15 std::shared_ptr<MutableValue> mutableValue; variable 18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy() argument 19 : mutableValue(std::move(mutableValue)) {} in MutableValueSetterProxy()
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValueSetterProxy.cpp | 16 mutableValue->setValue(rt, newValue); in set() 19 if (mutableValue->animation.expired()) { in set() 20 mutableValue->animation = mutableValue->getWeakRef(rt); in set() 22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set() 34 return mutableValue->getValue(rt); in get() 36 return mutableValue->getValue(rt); in get() 38 if (mutableValue->animation.expired()) { in get() 39 mutableValue->animation = mutableValue->getWeakRef(rt); in get() 41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
|
| H A D | MutableValueSetterProxy.h | 15 std::shared_ptr<MutableValue> mutableValue; variable 18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy() argument 19 : mutableValue(std::move(mutableValue)) {} in MutableValueSetterProxy()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValueSetterProxy.cpp | 16 mutableValue->setValue(rt, newValue); in set() 19 if (mutableValue->animation.expired()) { in set() 20 mutableValue->animation = mutableValue->getWeakRef(rt); in set() 22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set() 34 return mutableValue->getValue(rt); in get() 36 return mutableValue->getValue(rt); in get() 38 if (mutableValue->animation.expired()) { in get() 39 mutableValue->animation = mutableValue->getWeakRef(rt); in get() 41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
|
| H A D | MutableValueSetterProxy.h | 15 std::shared_ptr<MutableValue> mutableValue; variable 18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy() argument 19 : mutableValue(std::move(mutableValue)) {} in MutableValueSetterProxy()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValueSetterProxy.cpp | 16 mutableValue->setValue(rt, newValue); in set() 19 if (mutableValue->animation.expired()) { in set() 20 mutableValue->animation = mutableValue->getWeakRef(rt); in set() 22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set() 34 return mutableValue->getValue(rt); in get() 36 return mutableValue->getValue(rt); in get() 38 if (mutableValue->animation.expired()) { in get() 39 mutableValue->animation = mutableValue->getWeakRef(rt); in get() 41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
|
| H A D | MutableValueSetterProxy.h | 15 std::shared_ptr<MutableValue> mutableValue; variable 18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy() argument 19 : mutableValue(std::move(mutableValue)) {} in MutableValueSetterProxy()
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/ |
| H A D | MapperRegistry.cpp | 42 std::shared_ptr<MutableValue> mutableValue; in updateOrder() member 52 explicit NodeID(std::shared_ptr<MutableValue> mutableValue) { in updateOrder() 53 if (mutableValue == nullptr) { in updateOrder() 57 this->mutableValue = mutableValue; in updateOrder() 61 return mutableValue != nullptr; in updateOrder() 69 return mutableValue < other.mutableValue; in updateOrder() 127 for (auto id : mappersThatUseSharedValue[id.mutableValue]) { in updateOrder()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/ |
| H A D | MapperRegistry.cpp | 42 std::shared_ptr<MutableValue> mutableValue; in updateOrder() member 52 explicit NodeID(std::shared_ptr<MutableValue> mutableValue) { in updateOrder() 53 if (mutableValue == nullptr) { in updateOrder() 57 this->mutableValue = mutableValue; in updateOrder() 61 return mutableValue != nullptr; in updateOrder() 69 return mutableValue < other.mutableValue; in updateOrder() 127 for (auto id : mappersThatUseSharedValue[id.mutableValue]) { in updateOrder()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/ |
| H A D | MapperRegistry.cpp | 42 std::shared_ptr<MutableValue> mutableValue; in updateOrder() member 52 explicit NodeID(std::shared_ptr<MutableValue> mutableValue) { in updateOrder() 53 if (mutableValue == nullptr) { in updateOrder() 57 this->mutableValue = mutableValue; in updateOrder() 61 return mutableValue != nullptr; in updateOrder() 69 return mutableValue < other.mutableValue; in updateOrder() 127 for (auto id : mappersThatUseSharedValue[id.mutableValue]) { in updateOrder()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/ |
| H A D | MapperRegistry.cpp | 42 std::shared_ptr<MutableValue> mutableValue; in updateOrder() member 52 explicit NodeID(std::shared_ptr<MutableValue> mutableValue) { in updateOrder() 53 if (mutableValue == nullptr) { in updateOrder() 57 this->mutableValue = mutableValue; in updateOrder() 61 return mutableValue != nullptr; in updateOrder() 69 return mutableValue < other.mutableValue; in updateOrder() 127 for (auto id : mappersThatUseSharedValue[id.mutableValue]) { in updateOrder()
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 30 auto &mutableValue = ValueWrapper::asMutableValue(sv->valueContainer); in extractMutables() local 31 res.push_back(mutableValue); in extractMutables()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 29 auto &mutableValue = ValueWrapper::asMutableValue(sv->valueContainer); in extractMutables() local 30 res.push_back(mutableValue); in extractMutables()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 30 auto &mutableValue = ValueWrapper::asMutableValue(sv->valueContainer); in extractMutables() local 31 res.push_back(mutableValue); in extractMutables()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 29 auto &mutableValue = ValueWrapper::asMutableValue(sv->valueContainer); in extractMutables() local 30 res.push_back(mutableValue); in extractMutables()
|