Home
last modified time | relevance | path

Searched refs:inviteOnlyGame (Results 1 – 4 of 4) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto88 inviteOnlyGame = 3; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h609 static const NetGameType inviteOnlyGame = NetGameInfo_NetGameType_inviteOnlyGame; variable
H A Dpokerth.pb.cc412 const NetGameInfo_NetGameType NetGameInfo::inviteOnlyGame; member in NetGameInfo
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java843 inviteOnlyGame(2, 3), enumConstant
874 case 3: return inviteOnlyGame; in valueOf()