| 250 | IsNextIteration()); |
| 251 | } |
| 252 | bool IsHostSend() const { return class_ == NC_HOST_SEND; } |
| 253 | bool IsHostRecv() const { return class_ == NC_HOST_RECV; } |
| 254 | bool IsHostFuseRecv() const { return class_ == NC_HOST_FUSE_RECV; } |
| 255 | bool IsScopedAllocator() const { return class_ == NC_SCOPED_ALLOCATOR; } |
no outgoing calls
no test coverage detected