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

/haiku-fatelf/src/servers/media/
H A DNodeManager.cpp234 TeamCountMap::iterator teamRef = node.team_ref_count.find(team); local
235 if (teamRef == node.team_ref_count.end()) {
241 teamRef = node.team_ref_count.find(addOnServer);
243 if (node.creator == team && teamRef != node.team_ref_count.end()) {
256 int32 teamCount = teamRef->second - 1;
260 if (--teamRef->second == 0)
261 node.team_ref_count.erase(teamRef);
1102 TeamCountMap::iterator teamRef = node.team_ref_count.find(team); local
1103 if (teamRef != node.team_ref_count.end()) {
1105 "id %ld, team %ld\n", teamRef
1282 TeamCountMap::iterator teamRef = node.team_ref_count.find(team); local
[all...]

Completed in 31 milliseconds