MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ~JavaEnumClassDelegate

Method ~JavaEnumClassDelegate

valdi/src/valdi/android/JavaEnumClassDelegate.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22JavaEnumClassDelegate::~JavaEnumClassDelegate() {
23 Valdi::InlineContainerAllocator<JavaEnumClassDelegate, IndirectJavaGlobalRef> allocator;
24 allocator.deallocate(this, _enumSchema->getCasesSize());
25}
26
27JavaValue JavaEnumClassDelegate::newEnum(size_t enumCaseIndex,
28 bool /*asBoxed*/,

Callers

nothing calls this directly

Calls 2

getCasesSizeMethod · 0.80
deallocateMethod · 0.45

Tested by

no test coverage detected