| 13 | void Any::TypeDescriptor<void>::copy_constructor(void*, const void*) noexcept {} |
| 14 | |
| 15 | void* Any::TypeDescriptor<void>::copy_creater(const void*) noexcept { |
| 16 | return nullptr; |
| 17 | } |
| 18 | |
| 19 | #if __cplusplus < 201703L |
| 20 | ABSL_ATTRIBUTE_WEAK constexpr Any::Descriptor |
nothing calls this directly
no outgoing calls
no test coverage detected