Searched refs:HostFunctionWrapper (Results 1 – 8 of 8) sorted by relevance
14 class HostFunctionWrapper; variable46 static const HostFunctionWrapper *asHostFunctionWrapper(74 class HostFunctionWrapper : public ValueWrapper {76 explicit HostFunctionWrapper( in HostFunctionWrapper() function129 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()
116 valueContainer = std::make_unique<HostFunctionWrapper>(handler); in adapt()118 valueContainer = std::make_unique<HostFunctionWrapper>( in adapt()