Home
last modified time | relevance | path

Searched refs:AnotherTeam (Results 1 – 3 of 3) sorted by relevance

/dports/games/ivan/ivan-059/Main/Source/
H A Dteam.cpp19 void team::SetRelation(team* AnotherTeam, int Relation) in SetRelation() argument
21 this->Relation[AnotherTeam->ID] = AnotherTeam->Relation[ID] = Relation; in SetRelation()
24 int team::GetRelation(const team* AnotherTeam) const in GetRelation()
26 if(AnotherTeam != this) in GetRelation()
28 std::map<ulong, int>::const_iterator Iterator = Relation.find(AnotherTeam->ID); in GetRelation()
33 ABORT("Team %lu dismissed!", AnotherTeam->ID); in GetRelation()
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchtest/
H A Dhelper.go21 AnotherTeam *model.Team member
111 th.AnotherTeam = anotherTeam
136 err = th.deleteTeam(th.AnotherTeam)
H A Duser_layer.go285 options.ViewRestrictions = &model.ViewUsersRestrictions{Teams: []string{th.AnotherTeam.Id}}