#include "il2cpp-config.h"
|
#include "SizedReference.h"
|
|
namespace il2cpp
|
{
|
namespace icalls
|
{
|
namespace mscorlib
|
{
|
namespace System
|
{
|
int64_t SizedReference::GetApproximateSizeOfSizedRef(intptr_t h)
|
{
|
IL2CPP_NOT_IMPLEMENTED_ICALL(SizedReference::GetApproximateSizeOfSizedRef);
|
IL2CPP_UNREACHABLE;
|
}
|
|
intptr_t SizedReference::CreateSizedRef(Il2CppObject* o)
|
{
|
IL2CPP_NOT_IMPLEMENTED_ICALL(SizedReference::CreateSizedRef);
|
IL2CPP_UNREACHABLE;
|
}
|
|
Il2CppObject* SizedReference::GetTargetOfSizedRef(intptr_t h)
|
{
|
IL2CPP_NOT_IMPLEMENTED_ICALL(SizedReference::GetTargetOfSizedRef);
|
IL2CPP_UNREACHABLE;
|
}
|
|
void SizedReference::FreeSizedRef(intptr_t h)
|
{
|
IL2CPP_NOT_IMPLEMENTED_ICALL(SizedReference::FreeSizedRef);
|
IL2CPP_UNREACHABLE;
|
}
|
} // namespace System
|
} // namespace mscorlib
|
} // namespace icalls
|
} // namespace il2cpp
|