Return the size of the parameter in bytes that will be passed to the kernel
| 261 | // Return the size of the parameter in bytes that will be passed to the |
| 262 | // kernel |
| 263 | virtual size_t getParamBytes() const { return 0; } |
| 264 | |
| 265 | // Return the size of the size of the buffer node in bytes. Zero otherwise |
| 266 | virtual size_t getBytes() const { return 0; } |
no outgoing calls
no test coverage detected