Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dnetpacket.cpp158 case ErrorMessage::initServerFull : in NetErrorToGameError()
213 retVal = ErrorMessage::initServerFull; in GameErrorToNetError()
/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto706 initServerFull = 2; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h10421 static const ErrorReason initServerFull = ErrorMessage_ErrorReason_initServerFull; variable
H A Dpokerth.pb.cc23811 const ErrorMessage_ErrorReason ErrorMessage::initServerFull; member in ErrorMessage
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java49009 initServerFull(2, 2), enumConstant
49128 case 2: return initServerFull; in valueOf()