Home
last modified time | relevance | path

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

/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h89 class RemoteObjectWrapper : public ValueWrapper {
91 explicit RemoteObjectWrapper(const std::shared_ptr<RemoteObject> &_value) in RemoteObjectWrapper() function
139 return static_cast<RemoteObjectWrapper *>(valueContainer.get())->value; in asRemoteObject()
H A DShareableValue.cpp155 valueContainer = std::make_unique<RemoteObjectWrapper>( in adapt()
161 std::make_unique<RemoteObjectWrapper>(std::make_shared<RemoteObject>( in adapt()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h89 class RemoteObjectWrapper : public ValueWrapper {
91 explicit RemoteObjectWrapper(const std::shared_ptr<RemoteObject> &_value) in RemoteObjectWrapper() function
139 return static_cast<RemoteObjectWrapper *>(valueContainer.get())->value; in asRemoteObject()
H A DShareableValue.cpp155 valueContainer = std::make_unique<RemoteObjectWrapper>( in adapt()
161 std::make_unique<RemoteObjectWrapper>(std::make_shared<RemoteObject>( in adapt()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h89 class RemoteObjectWrapper : public ValueWrapper {
91 explicit RemoteObjectWrapper(const std::shared_ptr<RemoteObject> &_value) in RemoteObjectWrapper() function
139 return static_cast<RemoteObjectWrapper *>(valueContainer.get())->value; in asRemoteObject()
H A DShareableValue.cpp155 valueContainer = std::make_unique<RemoteObjectWrapper>( in adapt()
161 std::make_unique<RemoteObjectWrapper>(std::make_shared<RemoteObject>( in adapt()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h89 class RemoteObjectWrapper : public ValueWrapper {
91 explicit RemoteObjectWrapper(const std::shared_ptr<RemoteObject> &_value) in RemoteObjectWrapper() function
139 return static_cast<RemoteObjectWrapper *>(valueContainer.get())->value; in asRemoteObject()
H A DShareableValue.cpp155 valueContainer = std::make_unique<RemoteObjectWrapper>( in adapt()
161 std::make_unique<RemoteObjectWrapper>(std::make_shared<RemoteObject>( in adapt()