| 59 | } |
| 60 | |
| 61 | Valdi::Ref<JavaEnumClassDelegate> JavaEnumClassDelegate::make(Valdi::ValueSchemaRegistrySchemaIdentifier identifier, |
| 62 | jclass cls, |
| 63 | const Valdi::Ref<Valdi::EnumSchema>& enumSchema) { |
| 64 | Valdi::InlineContainerAllocator<JavaEnumClassDelegate, IndirectJavaGlobalRef> allocator; |
| 65 | return allocator.allocate(enumSchema->getCasesSize(), identifier, cls, enumSchema); |
| 66 | } |
| 67 | |
| 68 | } // namespace ValdiAndroid |
nothing calls this directly
no test coverage detected