| 119 | } |
| 120 | |
| 121 | void FixedFrameQueryContainer::Consume(ProcessTracker& tracker) |
| 122 | { |
| 123 | query_.Consume(tracker, blobs_); |
| 124 | } |
| 125 | |
| 126 | size_t FixedFrameQueryContainer::ForEachConsume(ProcessTracker& tracker, std::function<void()> frameHandler) |
| 127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected