Home
last modified time | relevance | path

Searched refs:OutputInfoList (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.h37 typedef BObjectList<OutputInfo> OutputInfoList; typedef
49 OutputInfoList* fPendingOutput;
H A DConsoleOutputView.cpp177 fPendingOutput = new OutputInfoList(10, true); in _Init()