| 422 | return true; |
| 423 | } |
| 424 | virtual bool ParseFileInstance( |
| 425 | std::function<int(char* buf, int len)> ReadBuffFunc UNUSED, |
| 426 | std::function<void(std::vector<SlotRecord>&, int, int)> PullRecordsFunc |
| 427 | UNUSED, // NOLINT |
| 428 | int& lines UNUSED) { // NOLINT |
| 429 | return false; |
| 430 | } |
| 431 | }; |
| 432 | |
| 433 | struct UsedSlotGpuType { |
no outgoing calls
no test coverage detected