Home
last modified time | relevance | path

Searched refs:mutableValue (Results 1 – 16 of 16) sorted by relevance

/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValueSetterProxy.cpp16 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 DMutableValueSetterProxy.h15 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 DMutableValueSetterProxy.cpp16 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 DMutableValueSetterProxy.h15 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 DMutableValueSetterProxy.cpp16 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 DMutableValueSetterProxy.h15 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 DMutableValueSetterProxy.cpp16 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 DMutableValueSetterProxy.h15 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 DMapperRegistry.cpp42 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 DMapperRegistry.cpp42 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 DMapperRegistry.cpp42 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 DMapperRegistry.cpp42 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 DNativeReanimatedModule.cpp30 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 DNativeReanimatedModule.cpp29 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 DNativeReanimatedModule.cpp30 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 DNativeReanimatedModule.cpp29 auto &mutableValue = ValueWrapper::asMutableValue(sv->valueContainer); in extractMutables() local
30 res.push_back(mutableValue); in extractMutables()