| 710 | char data[1024]; |
| 711 | |
| 712 | LayerMetadata() |
| 713 | { |
| 714 | if (9 < SystemVersion) |
| 715 | ApiInvoker<"LayerMetadata::Constructor@v10">()(data); |
| 716 | } |
| 717 | |
| 718 | void SetInt32(types::MetadataType key, int32_t value) |
| 719 | { |
nothing calls this directly
no outgoing calls
no test coverage detected