Searched refs:TeamByID (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp780 Model::TeamByID(team_id id) const function in class:Model
789 Team* team = TeamByID(event->team);
842 Team* team = TeamByID(event->team);
H A DModel.h93 Team* TeamByID(team_id id) const;
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp891 if (Model::Team* team = fModel->TeamByID(event->team))
1281 Model::Team* team = fModel->TeamByID(teamID);

Completed in 206 milliseconds