Home
last modified time | relevance | path

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

/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h14 class HostFunctionWrapper; variable
46 static const HostFunctionWrapper *asHostFunctionWrapper(
74 class HostFunctionWrapper : public ValueWrapper {
76 explicit HostFunctionWrapper( in HostFunctionWrapper() function
129 return static_cast<HostFunctionWrapper *>(valueContainer.get())->value; in asHostFunction()
153 inline const HostFunctionWrapper *ValueWrapper::asHostFunctionWrapper( in asHostFunctionWrapper()
155 return static_cast<HostFunctionWrapper *>(valueContainer.get()); in asHostFunctionWrapper()
H A DShareableValue.cpp116 valueContainer = std::make_unique<HostFunctionWrapper>(handler); in adapt()
118 valueContainer = std::make_unique<HostFunctionWrapper>( in adapt()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h14 class HostFunctionWrapper; variable
46 static const HostFunctionWrapper *asHostFunctionWrapper(
74 class HostFunctionWrapper : public ValueWrapper {
76 explicit HostFunctionWrapper( in HostFunctionWrapper() function
129 return static_cast<HostFunctionWrapper *>(valueContainer.get())->value; in asHostFunction()
153 inline const HostFunctionWrapper *ValueWrapper::asHostFunctionWrapper( in asHostFunctionWrapper()
155 return static_cast<HostFunctionWrapper *>(valueContainer.get()); in asHostFunctionWrapper()
H A DShareableValue.cpp116 valueContainer = std::make_unique<HostFunctionWrapper>(handler); in adapt()
118 valueContainer = std::make_unique<HostFunctionWrapper>( in adapt()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h14 class HostFunctionWrapper; variable
46 static const HostFunctionWrapper *asHostFunctionWrapper(
74 class HostFunctionWrapper : public ValueWrapper {
76 explicit HostFunctionWrapper( in HostFunctionWrapper() function
129 return static_cast<HostFunctionWrapper *>(valueContainer.get())->value; in asHostFunction()
153 inline const HostFunctionWrapper *ValueWrapper::asHostFunctionWrapper( in asHostFunctionWrapper()
155 return static_cast<HostFunctionWrapper *>(valueContainer.get()); in asHostFunctionWrapper()
H A DShareableValue.cpp116 valueContainer = std::make_unique<HostFunctionWrapper>(handler); in adapt()
118 valueContainer = std::make_unique<HostFunctionWrapper>( in adapt()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DValueWrapper.h14 class HostFunctionWrapper; variable
46 static const HostFunctionWrapper *asHostFunctionWrapper(
74 class HostFunctionWrapper : public ValueWrapper {
76 explicit HostFunctionWrapper( in HostFunctionWrapper() function
129 return static_cast<HostFunctionWrapper *>(valueContainer.get())->value; in asHostFunction()
153 inline const HostFunctionWrapper *ValueWrapper::asHostFunctionWrapper( in asHostFunctionWrapper()
155 return static_cast<HostFunctionWrapper *>(valueContainer.get()); in asHostFunctionWrapper()
H A DShareableValue.cpp116 valueContainer = std::make_unique<HostFunctionWrapper>(handler); in adapt()
118 valueContainer = std::make_unique<HostFunctionWrapper>( in adapt()