Searched refs:StatesPrinter (Results 1 – 5 of 5) sorted by relevance
37 StatesPrinter::StatesPrinter(std::unique_ptr<RtcEventLogOutput> writer, in StatesPrinter() function in webrtc::test::StatesPrinter46 StatesPrinter::~StatesPrinter() = default;48 void StatesPrinter::PrintHeaders() { in PrintHeaders()59 void StatesPrinter::PrintRow() { in PrintRow()
34 friend class StatesPrinter;45 class StatesPrinter {47 StatesPrinter(std::unique_ptr<RtcEventLogOutput> writer,49 RTC_DISALLOW_COPY_AND_ASSIGN(StatesPrinter);50 ~StatesPrinter();
138 StatesPrinter* CreatePrinter(std::string name,172 std::vector<std::unique_ptr<StatesPrinter>> printers_;
94 StatesPrinter* Scenario::CreatePrinter(std::string name, in CreatePrinter()100 StatesPrinter* printer = new StatesPrinter(GetLogWriter(name), all_printers); in CreatePrinter()
91 StatesPrinter* truth = s.CreatePrinter( in UpdatesTargetRateBasedOnLinkCapacity()