Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dchatcleanermanager.cpp252 if (netReply.cleanerchattype() == cleanerChatTypeLobby) { in HandleMessage()
254 } else if (netReply.cleanerchattype() == cleanerChatTypeGame) { in HandleMessage()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dchatcleaner.pb.cc793 2, this->cleanerchattype(), output);
837 ::google::protobuf::internal::WireFormatLite::EnumSize(this->cleanerchattype());
889 set_cleanerchattype(from.cleanerchattype());
1211 2, this->cleanerchattype(), output);
1255 ::google::protobuf::internal::WireFormatLite::EnumSize(this->cleanerchattype());
1306 set_cleanerchattype(from.cleanerchattype());
H A Dchatcleaner.pb.h357 inline ::CleanerChatType cleanerchattype() const;
524 inline ::CleanerChatType cleanerchattype() const;
1003 inline ::CleanerChatType CleanerChatRequestMessage::cleanerchattype() const { in cleanerchattype() function
1256 inline ::CleanerChatType CleanerChatReplyMessage::cleanerchattype() const { in cleanerchattype() function
/dports/games/pokerth/pokerth-1.1.2-rc/src/chatcleaner/
H A Dcleanerserver.cpp187 netReply->set_cleanerchattype(netRequest.cleanerchattype()); in handleMessage()