| 50 | new (dst) null(*reinterpret_cast<const null*>(src)); |
| 51 | } |
| 52 | inline void destruct(void* ptr) const override { |
| 53 | reinterpret_cast<null*>(ptr)->~null(); |
| 54 | } |
| 55 | inline bool deserialize(const dap::Deserializer*, void*) const override { |
| 56 | return true; |
| 57 | } |
no outgoing calls
no test coverage detected