| 96 | } |
| 97 | |
| 98 | ResultWriter::Input::Input(void* d, size_t size, runtime::BlockRelation::Attribute attr) |
| 99 | : data(d) |
| 100 | , elementSize(size) |
| 101 | , attribute(attr) {} |
| 102 | |
| 103 | ResultWriter::ResultWriter(Shared& s) |
| 104 | : shared(s) |
nothing calls this directly
no outgoing calls
no test coverage detected