Home
last modified time | relevance | path

Searched refs:initPlayerNameInUse (Results 1 – 5 of 5) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dnetpacket.cpp164 case ErrorMessage::initPlayerNameInUse : in NetErrorToGameError()
219 retVal = ErrorMessage::initPlayerNameInUse; in GameErrorToNetError()
/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto708 initPlayerNameInUse = 4; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h10423 static const ErrorReason initPlayerNameInUse = ErrorMessage_ErrorReason_initPlayerNameInUse; variable
H A Dpokerth.pb.cc23813 const ErrorMessage_ErrorReason ErrorMessage::initPlayerNameInUse; member in ErrorMessage
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java49017 initPlayerNameInUse(4, 4), enumConstant
49130 case 4: return initPlayerNameInUse; in valueOf()