Home
last modified time | relevance | path

Searched refs:MutableValueWrapper (Results 1 – 8 of 8) sorted by relevance

/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h105 class MutableValueWrapper : public ValueWrapper {
107 explicit MutableValueWrapper(const std::shared_ptr<MutableValue> &_value) in MutableValueWrapper() function
150 return static_cast<MutableValueWrapper *>(valueContainer.get())->value; in asMutableValue()
H A DShareableValue.cpp86 std::make_unique<MutableValueWrapper>(std::make_shared<MutableValue>( in adapt()
150 valueContainer = std::make_unique<MutableValueWrapper>( in adapt()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h105 class MutableValueWrapper : public ValueWrapper {
107 explicit MutableValueWrapper(const std::shared_ptr<MutableValue> &_value) in MutableValueWrapper() function
150 return static_cast<MutableValueWrapper *>(valueContainer.get())->value; in asMutableValue()
H A DShareableValue.cpp86 std::make_unique<MutableValueWrapper>(std::make_shared<MutableValue>( in adapt()
150 valueContainer = std::make_unique<MutableValueWrapper>( in adapt()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h105 class MutableValueWrapper : public ValueWrapper {
107 explicit MutableValueWrapper(const std::shared_ptr<MutableValue> &_value) in MutableValueWrapper() function
150 return static_cast<MutableValueWrapper *>(valueContainer.get())->value; in asMutableValue()
H A DShareableValue.cpp86 std::make_unique<MutableValueWrapper>(std::make_shared<MutableValue>( in adapt()
150 valueContainer = std::make_unique<MutableValueWrapper>( in adapt()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h105 class MutableValueWrapper : public ValueWrapper {
107 explicit MutableValueWrapper(const std::shared_ptr<MutableValue> &_value) in MutableValueWrapper() function
150 return static_cast<MutableValueWrapper *>(valueContainer.get())->value; in asMutableValue()
H A DShareableValue.cpp86 std::make_unique<MutableValueWrapper>(std::make_shared<MutableValue>( in adapt()
150 valueContainer = std::make_unique<MutableValueWrapper>( in adapt()