Searched refs:debugPrintTableOptions (Results 1 – 2 of 2) sorted by relevance
81 DebugPrintTableOptions debugPrintTableOptions; in tryDumpFile() local82 debugPrintTableOptions.showSources = true; in tryDumpFile()83 Debug::printTable(table.get(), debugPrintTableOptions); in tryDumpFile()
1348 DebugPrintTableOptions debugPrintTableOptions; in run() local1349 debugPrintTableOptions.showSources = true; in run()1350 Debug::printTable(&mFinalTable, debugPrintTableOptions); in run()