| 7206 | VECTOR_CLASS<Event> events_; |
| 7207 | |
| 7208 | EnqueueArgs(NDRange global) : |
| 7209 | queue_(CommandQueue::getDefault()), |
| 7210 | offset_(NullRange), |
| 7211 | global_(global), |
| 7212 | local_(NullRange) |
| 7213 | { |
| 7214 | |
| 7215 | } |
| 7216 | |
| 7217 | EnqueueArgs(NDRange global, NDRange local) : |
| 7218 | queue_(CommandQueue::getDefault()), |
nothing calls this directly
no outgoing calls
no test coverage detected