Searched refs:print_options (Results 1 – 1 of 1) sorted by relevance
136 DebugPrintTableOptions print_options; in Action() local137 print_options.show_sources = true; in Action()138 print_options.show_values = !no_values_; in Action()189 Debug::PrintTable(table, print_options, printer_); in Action()322 DebugPrintTableOptions print_options; in Dump() local323 print_options.show_sources = true; in Dump()324 print_options.show_values = !no_values_; in Dump()325 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump()