| 333 | } |
| 334 | |
| 335 | virtual size_t Capacity() const OVERRIDE { |
| 336 | return kTraceEventVectorBufferChunks * kTraceBufferChunkSize; |
| 337 | } |
| 338 | |
| 339 | virtual TraceEvent* GetEventByHandle(TraceEventHandle handle) OVERRIDE { |
| 340 | if (handle.chunk_index >= chunks_.size()) |
no outgoing calls
no test coverage detected