Searched refs:ObjectDeallocator (Results 1 – 9 of 9) sorted by relevance
11 class JSI_EXPORT ObjectDeallocator : public jsi::HostObject {15 ObjectDeallocator(const Block deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() function17 virtual ~ObjectDeallocator() { in ~ObjectDeallocator()31 ObjectDeallocator::Block deallocatorBlock,
11 ObjectDeallocator::Block deallocatorBlock, in setDeallocator()14 std::shared_ptr<ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocator>( in setDeallocator()
13 class JSI_EXPORT ObjectDeallocator : public jsi::HostObject {15 ObjectDeallocator(const ObjectDeallocatorBlock deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() function17 virtual ~ObjectDeallocator() { in ~ObjectDeallocator()
167 …std::shared_ptr<ABI47_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
167 …std::shared_ptr<ABI48_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
184 …std::shared_ptr<ABI49_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
10 #import <ExpoModulesCore/ObjectDeallocator.h>